add missing semicolon :rolling_eyes:
This commit is contained in:
parent
aead0983d0
commit
0438c57b95
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
disko = {
|
disko = {
|
||||||
url = "github:nix-community/disko";
|
url = "github:nix-community/disko";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
}
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, stablepkgs, ... } @ inputs:
|
outputs = { self, nixpkgs, stablepkgs, ... } @ inputs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue