Upgrade
This commit is contained in:
parent
056e3447e4
commit
552e1c1cf2
2 changed files with 20 additions and 22 deletions
|
@ -55,7 +55,7 @@
|
|||
nixpkgsConfig = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
# TODO Not sure why, HM needs nixos-option which needs an old Nix?
|
||||
# TODO 24.05 rnix-lsp relies on this, but has been removed now
|
||||
permittedInsecurePackages = [
|
||||
"nix-2.15.3"
|
||||
];
|
||||
|
@ -63,8 +63,6 @@
|
|||
overlays = [
|
||||
(final: prev: { unstable = unixpkgs.legacyPackages.${prev.system}.pkgs; })
|
||||
];
|
||||
# Only allows importing packages, not NixOS modules. If that is needed, see:
|
||||
# https://discourse.nixos.org/t/how-to-use-unstable-nixpkgs-in-imports-with-flake/17414/7
|
||||
};
|
||||
homeManagerConfig = {
|
||||
sharedModules = [ self.homeManagerModules.dotfiles ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue