mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Fix brackets
This commit is contained in:
parent
0512d22ca9
commit
166a6d33bb
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
}
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
};
|
||||
|
||||
"dev-one" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
|
@ -54,6 +55,7 @@
|
|||
}
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
};
|
||||
|
||||
({config, pkgs, ...}: {
|
||||
nix = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue