feat: lesbian the nix again
This commit is contained in:
parent
1258805097
commit
a4c6063bb1
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
|
@ -7,4 +8,6 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.sandbox = true;
|
nix.settings.sandbox = true;
|
||||||
|
|
||||||
|
nix.package = pkgs.lixPackageSets.stable.lix;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue