From baaf9f6cf3072821dfbf70ae49c99c4274df7558 Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Thu, 25 Nov 2021 19:26:09 +0100 Subject: [PATCH] enable flakes and nix-command --- nixos/pkg.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos/pkg.nix b/nixos/pkg.nix index 9e90775..033ec76 100644 --- a/nixos/pkg.nix +++ b/nixos/pkg.nix @@ -12,12 +12,12 @@ }; }; - /* nix = { + nix = { package = pkgs.nixUnstable; extraOptions = '' - experimental-features = nix-command flakes + experimental-features = nix-command flakes ''; - }; */ + }; nixpkgs.config = { allowUnfree = true; @@ -34,9 +34,9 @@ /* nixpkgs.config.packageOverrides = pkgs: { steam = pkgs.steam.override { - nativeOnly = true; + nativeOnly = true; }; - }; */ + }; */ programs.steam.enable = true;