This commit is contained in:
2025-07-26 00:22:44 +09:00
parent 8c70aabc23
commit 7c39f4e13e
4 changed files with 25 additions and 48 deletions

View File

@@ -11,7 +11,7 @@
};
outputs = { self, nixpkgs, home-manager, ... }@inputs: {
nixosConfigurations.haskell = nixpkgs.lib.nixosSystem {
nixosConfigurations.monad = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [