fix nix flake check
Also adds a workaround for https://github.com/nix-community/home-manager/issues/2942
This commit is contained in:
parent
0655fab820
commit
f17c7c67d2
6 changed files with 3 additions and 67 deletions
|
@ -15,9 +15,6 @@
|
|||
let
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
selfPkgs = self.packages.${system};
|
||||
pythonPackages = import ./pkgs/python-pkgs;
|
||||
python3Packages = pythonPackages { callPackage = pkgs.python3Packages.callPackage; };
|
||||
#lib = import ./lib;
|
||||
in
|
||||
{
|
||||
apps.deploy = {
|
||||
|
@ -48,7 +45,7 @@
|
|||
devShell = pkgs.callPackage ./shell.nix { };
|
||||
})) // {
|
||||
hmConfigurations = import ./home/configurations.nix {
|
||||
inherit self nixpkgs home-manager recipemd;
|
||||
inherit self nixpkgs home-manager;
|
||||
};
|
||||
hmModules = import ./home/modules inputs;
|
||||
nixosConfigurations = import ./nixos/configurations.nix {
|
||||
|
@ -57,7 +54,6 @@
|
|||
};
|
||||
nixosModules = import ./nixos/modules inputs;
|
||||
overlays = import ./overlays;
|
||||
pythonPackages = import ./pkgs/python-pkgs;
|
||||
keys = ./keys;
|
||||
|
||||
hydraJobs = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue