debooog
This commit is contained in:
parent
d20eff1f0e
commit
d0a5ea5e24
1 changed files with 2 additions and 2 deletions
|
@ -18,12 +18,12 @@ in {
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
piss = builtins.trace "overlays: ${importOverlays}" importOverlays;
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
};
|
};
|
||||||
hostPlatform = lib.mkDefault "x86_64-linux";
|
hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
overlays = builtins.trace "overlays: ${importOverlays}" importOverlays;
|
overlays = [];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue