diff options
| author | Baitinq <[email protected]> | 2022-06-30 20:21:55 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-30 20:21:55 +0200 |
| commit | 73786dc771cba6d1d70eddebf2c2723487532824 (patch) | |
| tree | b9bae43a53a03d9e5e1d962f9ce9ddddf288cfa2 /shells/go.nix | |
| parent | Luna: Add tlp service (diff) | |
| download | nixos-config-73786dc771cba6d1d70eddebf2c2723487532824.tar.gz nixos-config-73786dc771cba6d1d70eddebf2c2723487532824.tar.bz2 nixos-config-73786dc771cba6d1d70eddebf2c2723487532824.zip | |
Remove shells
Diffstat (limited to '')
| -rw-r--r-- | shells/go.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/shells/go.nix b/shells/go.nix deleted file mode 100644 index 36b19bc..0000000 --- a/shells/go.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ pkgs ? import <nixpkgs> { } }: -pkgs.mkShell { - name = "go-shell"; - buildInputs = with pkgs; [ - go - ]; -} |