Move devenvs into main flake

This commit is contained in:
outfoxxed 2023-07-26 22:27:13 -07:00
parent c7e763a0e7
commit e8d8c1c788
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 15 additions and 68 deletions

View file

@ -66,5 +66,7 @@
lenovo-impure = self.nixosConfigurations.lenovo.extendModules { modules = [ { impurity.enable = true; } ]; };
};
devShells = import ./modules/devenv/flakepart.nix inputs;
};
}