Skip to content

Commit

Permalink
flake: remove nix-path module, obsolete in 24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
alarsyo committed Jun 7, 2024
1 parent a392669 commit 87435ca
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 87435ca

Please sign in to comment.