feat: rtl, ld

This commit is contained in:
2025-08-20 12:39:59 +09:00
parent 7c39f4e13e
commit cfebabe42e
4 changed files with 9 additions and 2 deletions

View File

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