fixed a home-manager import oopsie
This commit is contained in:
parent
0438c57b95
commit
c93aba6c27
2 changed files with 22 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, stablepkgs, ... } @ inputs:
|
||||
outputs = { self, nixpkgs, stablepkgs, home-manager, ... } @ inputs:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue