flake: Get rid of outputs/ directory

This commit is contained in:
Alexander Kobjolke 2024-02-04 07:39:19 +01:00
parent 11f9ddd193
commit 07268b2730
2 changed files with 0 additions and 104 deletions

View file

@ -77,8 +77,6 @@
modules = [ ./hosts/dregil ];
};
homeConfigurations = import ./outputs/homeConfigurations inputs;
nixosConfigurations."igor" = nixpkgs-unstable.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };