nix: enable standart flake command

This commit is contained in:
Felix Buehler 2022-06-03 18:00:07 +02:00
parent befa726b0b
commit 24b1041da6

View file

@ -1,5 +1,8 @@
{ config, lib, pkgs, ... }:
{
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
environment.systemPackages = with pkgs; [
nix-prefetch
nix-update