fix inputs.systems.url typo
This commit is contained in:
parent
a348d3e82f
commit
75f068226f
1 changed files with 2 additions and 6 deletions
|
|
@ -1,12 +1,8 @@
|
||||||
{
|
{
|
||||||
description = "MyNib - My Nix Library";
|
description = "MyNib - My Nix Library";
|
||||||
|
|
||||||
inputs.systems = "github:nix-systems/default";
|
inputs.systems.url = "github:nix-systems/default";
|
||||||
|
|
||||||
outputs = {
|
outputs = {systems}:
|
||||||
self,
|
|
||||||
systems,
|
|
||||||
...
|
|
||||||
} @ inputs:
|
|
||||||
import ./nib {inherit systems;};
|
import ./nib {inherit systems;};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue