deleting muninn

This commit is contained in:
2025-01-10 22:59:03 -05:00
parent f852d9b9fb
commit 0a1e517468
8 changed files with 0 additions and 148 deletions

View File

@@ -94,12 +94,6 @@
];
specialArgs = {inherit inputs outputs;};
};
muninn = lib.nixosSystem {
modules = [
./systems/muninn
];
specialArgs = {inherit inputs outputs;};
};
};
};
}