summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authorThierry Hammer <freddymaerz@googlemail.com>2023-01-11 13:59:43 +0100
committerThierry Hammer <freddymaerz@googlemail.com>2023-01-11 15:14:27 +0100
commit433b0b75be21729cb6612dffc8b6eda2a0a17480 (patch)
treee9874d37db1f03468b4ea2c3120f62253f0fdf0e /makefu
parent00392b7222b2189ebc156f8a360dee9459a9e488 (diff)
ma defaults: remove nano override
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/default.nix b/makefu/2configs/default.nix
index 9a08a449..ef4f8fbc 100644
--- a/makefu/2configs/default.nix
+++ b/makefu/2configs/default.nix
@@ -68,7 +68,7 @@ with import <stockholm/lib>;
};
nixpkgs.config.packageOverrides = pkgs: {
- nano = pkgs.runCommand "empty" {} "mkdir -p $out";
+ #nano = pkgs.runCommand "empty" {} "mkdir -p $out";
tinc = pkgs.tinc_pre;
};