aboutsummaryrefslogtreecommitdiff
path: root/nix/hosts/common
diff options
context:
space:
mode:
Diffstat (limited to 'nix/hosts/common')
-rw-r--r--nix/hosts/common/nix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/hosts/common/nix.nix b/nix/hosts/common/nix.nix
index d1f0492..2ef6b48 100644
--- a/nix/hosts/common/nix.nix
+++ b/nix/hosts/common/nix.nix
@@ -1,6 +1,6 @@
{ pkgs, ... }: {
nix = {
- package = pkgs.nixFlakes;
+ package = pkgs.nixVersions.stable;
gc = {
user = "root";