mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
fix path
This commit is contained in:
parent
0cf1044628
commit
abd7a2e6b1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue