diff options
author | Alan Pearce | 2024-05-12 00:34:01 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-12 00:34:01 +0200 |
commit | eccf6c0ee856f11c6686091f401850f32516045c (patch) | |
tree | 9e327946a85675cbe4c719cd0cd225531825a7cc | |
parent | db6630b0ea195ae26ea42ab58df44f7367a24adb (diff) | |
download | nixfiles-eccf6c0ee856f11c6686091f401850f32516045c.tar.lz nixfiles-eccf6c0ee856f11c6686091f401850f32516045c.tar.zst nixfiles-eccf6c0ee856f11c6686091f401850f32516045c.zip |
nanopi: remove duplicate nix package setting
-rw-r--r-- | user/nanopi.nix | 2 |
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"; |