forked from foxora/nix
i fixed smth but now infinite recursion mentioned!!!!
This commit is contained in:
parent
a9510e1723
commit
4b985274f8
1 changed files with 1 additions and 3 deletions
4
snow.nix
4
snow.nix
|
|
@ -3,9 +3,7 @@ cerulean.mkNexus ./. (self: {
|
||||||
nexus = {
|
nexus = {
|
||||||
args = {inherit inputs;};
|
args = {inherit inputs;};
|
||||||
|
|
||||||
modules = with inputs; [
|
modules = with inputs; [];
|
||||||
home-manager.nixosModules.home-manager
|
|
||||||
];
|
|
||||||
|
|
||||||
base = inputs.nixpkgs;
|
base = inputs.nixpkgs;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue