mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-17 09:47:03 -04: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,
|
||||
...
|
||||
}: let
|
||||
pinned = import ./pinned.nix { inherit pkgs config; };
|
||||
pinned = import ../../pinned.nix { inherit pkgs config; };
|
||||
in {
|
||||
nixpkgs.config.allowInsecurePredicate = (pkg: true);
|
||||
nixpkgs.config.allowUnfreePredicate = (pkg: true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue