aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorCole Helbling <cole.e.helbling@outlook.com>2023-12-18 12:59:58 -0800
committerRebecca Turner <rbt@sent.as>2024-03-14 14:06:31 -0700
commit84727bebb42ded17c128567e34636c4cdc7eed45 (patch)
tree33516d60991d1f42bdc855ca37b9328a70aef7df /flake.nix
parent9f242fae76e3dccaba08e28d7f1fc6e4124db839 (diff)
Backport PR#9633 by cole-h: package: don't set sysconfdir in devShells
(cherry-picked from commit ba0087316acc2aba999cabe5e1a159da636b2569) Change-Id: I5a50afb3b7b65516df798ee51b74f06727a91928
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index c48cc7478..62037e1e3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -313,6 +313,7 @@
inherit stdenv versionSuffix fileset;
boehmgc = pkgs.boehmgc-nix;
busybox-sandbox-shell = pkgs.busybox-sandbox-shell or pkgs.default-busybox-sandbox;
+ forDevShell = true;
};
in
nix.overrideAttrs (prev: {