diff options
author | tv <tv@krebsco.de> | 2017-06-18 16:12:54 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-06-18 16:12:54 +0200 |
commit | 8cb9d8ac4f99ed0a930b1657c4ef2ea769c5a86c (patch) | |
tree | 4459cf7a7c5d897830fde0edfa0e41297a223980 /shared/2configs/shack/bincache.nix | |
parent | 11a16797df89862be7dff81b6af5cd5bf41b580c (diff) | |
parent | ef2f6afaa331113eb45d43845cb42d54a1430982 (diff) |
Merge remote-tracking branch 'prism/master'
Diffstat (limited to 'shared/2configs/shack/bincache.nix')
-rw-r--r-- | shared/2configs/shack/bincache.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shared/2configs/shack/bincache.nix b/shared/2configs/shack/bincache.nix new file mode 100644 index 0000000..9cd7fae --- /dev/null +++ b/shared/2configs/shack/bincache.nix @@ -0,0 +1,6 @@ +{...}: +{ + nix.binaryCaches = [ + "http://wolf.shack:3142/nixos" + ]; +} |