Skip to content

Commit

Permalink
Add olm to permitted insecure packages (see NixOS/nixpkgs#338006)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanice committed Oct 19, 2024
1 parent 1159286 commit 13ee9ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/lanice/global/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
allowUnfreePredicate = _: true;
permittedInsecurePackages = [
# "pkgname"
"olm-3.2.16" # https://github.com/NixOS/nixpkgs/pull/338006
];
};
};
Expand Down

0 comments on commit 13ee9ea

Please sign in to comment.