use nixUnstable

dev-docs
Moritz Böhme 2021-11-11 18:37:49 +01:00
parent 5cf0fc3441
commit 3855ee8941
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }:
{
nix.package = pkgs.nixFlakes;
nix.package = pkgs.nixUnstable;
nix.extraOptions = ''
experimental-features = nix-command flakes
'';