add missing semicolon
This commit is contained in:
parent
4e56e135c9
commit
b2a2542c2c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
disko = {
|
disko = {
|
||||||
url = "github:nix-community/disko/latest";
|
url = "github:nix-community/disko/latest";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
}
|
};
|
||||||
|
|
||||||
nur = {
|
nur = {
|
||||||
url = "github:nix-community/nur";
|
url = "github:nix-community/nur";
|
||||||
|
|
Loading…
Add table
Reference in a new issue