use nixFlakes

dev-docs
Moritz Böhme 2021-12-14 12:21:52 +01:00
parent b0b9a4e5f0
commit f574ef2a19
1 changed files with 1 additions and 4 deletions

View File

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