summaryrefslogtreecommitdiffstats
path: root/nix-script
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-07-28 20:28:25 +0200
committerMatthias Beyer <mail@beyermatthias.de>2015-08-01 20:46:55 +0200
commitc0f9f07453baeb081a798d4c8fcb5cbe391fbe69 (patch)
tree37806122575115021802eee8ecc3f282380460de /nix-script
parent681c822b635ff2e04fea006fe0feb87c29b4993b (diff)
Add RC variable for tagging flags for tagging in nixpkgs repo on switch command
Diffstat (limited to 'nix-script')
-rwxr-xr-xnix-script1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-script b/nix-script
index 9af2f4f..93d4b8e 100755
--- a/nix-script
+++ b/nix-script
@@ -122,6 +122,7 @@ then
RC_CONFIG=""
RC_NIXPKGS=""
RC_SWITCH_DEFAULT_TAG_FLAGS=""
+ RC_SWITCH_DEFAULT_TAG_FLAGS_NIXPKGS=""
else
source $RC
fi