Replace missing nixosModule flake output

This commit is contained in:
Jez Cope 2021-09-27 21:29:03 +01:00
parent 40419cf801
commit 769a815104
1 changed files with 2 additions and 0 deletions

View File

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