bugfix
This commit is contained in:
parent
034369ba5b
commit
0491af6282
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
myNixos = npkgs.lib.nixosSystem {
|
myNixos = nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [
|
modules = [
|
||||||
./nixos/configuration.nix
|
./nixos/configuration.nix
|
||||||
|
|
Loading…
Reference in a new issue