flake: remove nix-path module, obsolete in 24.05
This commit is contained in:
parent
a3926692d4
commit
87435ca138
11
flake.nix
11
flake.nix
|
@ -67,17 +67,6 @@
|
|||
home-manager.users.alarsyo = import ./home;
|
||||
home-manager.verbose = true;
|
||||
};
|
||||
nix-path = {
|
||||
nix = {
|
||||
nixPath = [
|
||||
"nixpkgs=${inputs.nixpkgs}"
|
||||
];
|
||||
registry = {
|
||||
nixpkgs.flake = inputs.nixpkgs;
|
||||
unstable.flake = inputs.nixpkgs-unstable-small;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
overlays = import ./overlays;
|
||||
|
|
Loading…
Reference in a new issue