Included ./system/common.nix in mkSystem function in flake.nix
This commit is contained in:
parent
f4abaea989
commit
54e78d806e
@ -36,6 +36,7 @@
|
|||||||
specialArgs = { inherit inputs; };
|
specialArgs = { inherit inputs; };
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
|
./system/common.nix
|
||||||
./system/${hostname}.nix
|
./system/${hostname}.nix
|
||||||
./hardware/${hostname}.nix
|
./hardware/${hostname}.nix
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user