flake: remove nix-path module, obsolete in 24.05

This commit is contained in:
Antoine Martin 2024-06-07 15:45:48 +02:00
parent a3926692d4
commit 87435ca138

View file

@ -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;