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 /krebs/1systems/onebutton | |
| parent | 237eeef524a7d6ce750ae6dd6aff6ee34ac583dd (diff) | |
shell.nix: RIP
Diffstat (limited to 'krebs/1systems/onebutton')
| -rw-r--r-- | krebs/1systems/onebutton/source.nix | 13 | 
1 files changed, 0 insertions, 13 deletions
diff --git a/krebs/1systems/onebutton/source.nix b/krebs/1systems/onebutton/source.nix deleted file mode 100644 index 91a998de7..000000000 --- a/krebs/1systems/onebutton/source.nix +++ /dev/null @@ -1,13 +0,0 @@ -with import <stockholm/lib>; -let -  pkgs = import <nixpkgs> {}; -  nixpkgs = builtins.fetchTarball { -    url = https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz; -  }; -in import <stockholm/krebs/source.nix> { -  name = "onebutton"; -  override.nixpkgs = mkForce { -    file = toString nixpkgs; -  }; - -}  | 
