aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/desktops/pantheon/nixpkgs_github_update/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/desktops/pantheon/nixpkgs_github_update/shell.nix')
-rw-r--r--nixpkgs/pkgs/desktops/pantheon/nixpkgs_github_update/shell.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/nixpkgs/pkgs/desktops/pantheon/nixpkgs_github_update/shell.nix b/nixpkgs/pkgs/desktops/pantheon/nixpkgs_github_update/shell.nix
deleted file mode 100644
index 0bb4e58a6a1..00000000000
--- a/nixpkgs/pkgs/desktops/pantheon/nixpkgs_github_update/shell.nix
+++ /dev/null
@@ -1,19 +0,0 @@
-with import <nixpkgs> {};
-
-let
- inherit (lib) optional;
-in
-
-mkShell rec {
- name = "nixpkgs-github-update-shell";
-
- buildInputs = [
- elixir
- erlang
- common-updater-scripts
- ]
- ++ optional stdenv.isLinux libnotify # For ExUnit Notifier on Linux.
- ++ optional stdenv.isLinux inotify-tools # For file_system on Linux.
- ;
-
-}