nix flake update: 2024-03-20 17:43:26 UTC

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/614b4613980a522ba49f0d194531beddbb7220d3' (2024-03-17)
  → 'github:NixOS/nixpkgs/fa9f817df522ac294016af3d40ccff82f5fd3a63' (2024-03-19)
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/e367f7a1fb93137af22a3908f00b9a35e2d286a7' (2024-03-18)
  → 'github:NixOS/nixpkgs/7872526e9c5332274ea5932a0c3270d6e4724f3b' (2024-03-19)
This commit is contained in:
Dave Gallant
2024-03-20 13:43:26 -04:00
parent cfd0c74966
commit 1bde5fbe31
3 changed files with 8 additions and 12 deletions

View File

@@ -6,9 +6,7 @@ in
nixpkgs = {
config = {
allowUnfree = true;
permittedInsecurePackages = [
"nix-2.16.2"
];
permittedInsecurePackages = [ ];
};
};