Skip to content

Commit

Permalink
Update details of required non-free nix hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian May committed Aug 26, 2024
1 parent 45ae00d commit 761e5b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
};
pkgs_unstable = import nixpkgs-unstable {
inherit system;
# required for helm-secrets
# Required for helm-secrets:
# This will not be required anymore after 24.11 is released,
# See https://github.com/NixOS/nixpkgs/issues/309976
config.allowUnfree = true;
};

Expand Down

0 comments on commit 761e5b3

Please sign in to comment.