Update flake.nix

This commit is contained in:
Thilo Hohlt
2024-08-11 19:20:12 +02:00
committed by GitHub
parent 014fe744ab
commit d6a7a3908e

View File

@@ -89,7 +89,7 @@
};
demo-server = nixpkgs.lib.nixosSystem {
inherit system;
modules = [ ./nix/demo-server.nix ];
modules = [ ./nix/demo-server ];
};
});