summaryrefslogtreecommitdiffstats
path: root/example.rc
blob: 03776b726d010a7ff811020ab919393aad8dcca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#!/usr/bin/env bash

#
# This is an example configuration file for nix-scripts. Copy this file to
# ~/.nix-scripts.rc and change the values of the variables to match your setup.
# Remember to update the configuration file whenever you update nix-scripts.
#

#
# Path to your configuration directory, where a git lives.
#
RC_CONFIG=~/config

#
# Path to your nixpkgs clone
#
RC_NIXPKGS=~/nixpkgs


#
#
# Command: switch
#
#

#
# default flags for git-tagging when doing nix-script switch
#
RC_SWITCH_DEFAULT_TAG_FLAGS="-a"


#
# default flags for git-tagging nixpkgs when doing nix-script switch
#
RC_SWITCH_DEFAULT_TAG_FLAGS_NIXPKGS=""