mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
nix: enable standart flake command
This commit is contained in:
parent
befa726b0b
commit
24b1041da6
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
nix.extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
environment.systemPackages = with pkgs; [
|
||||
nix-prefetch
|
||||
nix-update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue