feat: lesbian the nix again

This commit is contained in:
etwas 2025-11-02 08:13:55 +01:00
parent 1258805097
commit a4c6063bb1
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -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;
} }