flake: move module def out of flake-utils scope
This commit is contained in:
parent
41a51d7b19
commit
16af6301cc
1 changed files with 1 additions and 1 deletions
|
@ -60,6 +60,7 @@
|
|||
};
|
||||
in
|
||||
{
|
||||
nixosModules.default = import ./modules;
|
||||
nixosConfigurations = {
|
||||
Skipper =
|
||||
let
|
||||
|
@ -263,7 +264,6 @@
|
|||
deploy-rs.packages.${pkgs.system}.default
|
||||
];
|
||||
};
|
||||
nixosModules.default = ./modules;
|
||||
packages.getpaper = pkgs.callPackage ./extra-packages/scripts/getpaper { };
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue