Correct import of server.nix

This commit is contained in:
Jez Cope 2021-09-27 21:31:43 +01:00
parent 769a815104
commit 193cbf8f30
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
erambler = pkgs.callPackage ./nix/build.nix { inherit fonts; };
};
nixosModule = ./nix/server.nix { self };
nixosModule = import ./nix/server.nix { inherit self; };
} // flake-utils.lib.eachDefaultSystem (system:
let
pkgs = import nixpkgs {