Skip to content

Commit

Permalink
chore: update flake.lock & allow insecure nix 2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Mar 11, 2024
1 parent 42210d8 commit e5c12da
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 25 deletions.
48 changes: 24 additions & 24 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion machines/lib.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
homeLib = import ../home/lib.nix {inherit inputs username pkgs;};
in {
config = {
nixpkgs.overlays = overlays;
nixpkgs = {
overlays = overlays;
config.permittedInsecurePackages = ["nix-2.17.1"];
};
home-manager = {
backupFileExtension = "backup";
extraSpecialArgs = homeLib.extraSpecialArgs;
Expand Down

0 comments on commit e5c12da

Please sign in to comment.