This commit is contained in:
Geoffrey Frogeye 2024-05-10 01:51:16 +02:00
parent 056e3447e4
commit 552e1c1cf2
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 20 additions and 22 deletions

View file

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