summary refs log tree commit diff stats
path: root/user/nanopi.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-12 00:34:01 +0200
committerAlan Pearce2024-05-12 00:34:01 +0200
commiteccf6c0ee856f11c6686091f401850f32516045c (patch)
tree9e327946a85675cbe4c719cd0cd225531825a7cc /user/nanopi.nix
parentdb6630b0ea195ae26ea42ab58df44f7367a24adb (diff)
downloadnixfiles-eccf6c0ee856f11c6686091f401850f32516045c.tar.lz
nixfiles-eccf6c0ee856f11c6686091f401850f32516045c.tar.zst
nixfiles-eccf6c0ee856f11c6686091f401850f32516045c.zip
nanopi: remove duplicate nix package setting
Diffstat (limited to 'user/nanopi.nix')
-rw-r--r--user/nanopi.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/user/nanopi.nix b/user/nanopi.nix
index 90fa87bf..44561eda 100644
--- a/user/nanopi.nix
+++ b/user/nanopi.nix
@@ -15,8 +15,6 @@
     homeDirectory = "/home/alan";
     stateVersion = "22.11";
   };
-  # home-manager complains when setting nix.conf otherwise
-  nix.package = pkgs.nix;
   nix.settings = {
     max-jobs = 4;
     experimental-features = "nix-command flakes";