add nixpkgs path
This commit is contained in:
parent
f38ee3051c
commit
a74e365403
@ -1,4 +1,4 @@
|
|||||||
{ config, ... }:
|
{ config, inputs, ... }:
|
||||||
let autoGarbageCollector = config.var.autoGarbageCollector;
|
let autoGarbageCollector = config.var.autoGarbageCollector;
|
||||||
in {
|
in {
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
@ -6,6 +6,7 @@ in {
|
|||||||
allowBroken = true;
|
allowBroken = true;
|
||||||
};
|
};
|
||||||
nix = {
|
nix = {
|
||||||
|
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
warn-dirty = false
|
warn-dirty = false
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user