mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 10:09:04 +02:00
chore: use upstream lix
This commit is contained in:
parent
2fc092f395
commit
46a8a443dc
2 changed files with 2 additions and 8 deletions
|
@ -2,6 +2,7 @@
|
|||
config,
|
||||
lib,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
@ -16,7 +17,7 @@ with lib;
|
|||
config = mkIf cfg.enable {
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix = {
|
||||
#package = pkgs.unstable.nix;
|
||||
package = pkgs.unstable.lix;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue