diff options
author | tv <tv@krebsco.de> | 2018-09-11 18:49:19 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-09-11 19:15:45 +0200 |
commit | ea9fcce6944eb71ebb03862ced66cf280dad55a2 (patch) | |
tree | 8b25c34d6fde761e1b84be6b871597473f14064a /nin/1systems | |
parent | 237eeef524a7d6ce750ae6dd6aff6ee34ac583dd (diff) |
shell.nix: RIP
Diffstat (limited to 'nin/1systems')
-rw-r--r-- | nin/1systems/axon/source.nix | 4 | ||||
-rw-r--r-- | nin/1systems/hiawatha/source.nix | 4 | ||||
-rw-r--r-- | nin/1systems/onondaga/source.nix | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/nin/1systems/axon/source.nix b/nin/1systems/axon/source.nix deleted file mode 100644 index 6a40296da..000000000 --- a/nin/1systems/axon/source.nix +++ /dev/null @@ -1,4 +0,0 @@ -import <stockholm/nin/source.nix> { - name = "axon"; - secure = true; -} diff --git a/nin/1systems/hiawatha/source.nix b/nin/1systems/hiawatha/source.nix deleted file mode 100644 index a4b366b9c..000000000 --- a/nin/1systems/hiawatha/source.nix +++ /dev/null @@ -1,4 +0,0 @@ -import <stockholm/nin/source.nix> { - name = "hiawatha"; - secure = true; -} diff --git a/nin/1systems/onondaga/source.nix b/nin/1systems/onondaga/source.nix deleted file mode 100644 index 60d020222..000000000 --- a/nin/1systems/onondaga/source.nix +++ /dev/null @@ -1,4 +0,0 @@ -import <stockholm/nin/source.nix> { - name = "onondaga"; - secure = true; -} |