mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +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, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
nix.extraOptions = ''
|
||||||
|
experimental-features = nix-command flakes
|
||||||
|
'';
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nix-prefetch
|
nix-prefetch
|
||||||
nix-update
|
nix-update
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue