This commit is contained in:
sadan 2024-11-26 20:21:28 -05:00
parent 0cf1044628
commit abd7a2e6b1
No known key found for this signature in database

View file

@ -4,7 +4,7 @@
inputs, inputs,
... ...
}: let }: let
pinned = import ./pinned.nix { inherit pkgs config; }; pinned = import ../../pinned.nix { inherit pkgs config; };
in { in {
nixpkgs.config.allowInsecurePredicate = (pkg: true); nixpkgs.config.allowInsecurePredicate = (pkg: true);
nixpkgs.config.allowUnfreePredicate = (pkg: true); nixpkgs.config.allowUnfreePredicate = (pkg: true);