diff options
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/shell.nix b/shell.nix deleted file mode 100644 index 8f5434c..0000000 --- a/shell.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ pkgs ? - import <nixpkgs> { overlays = [ (import ./default.nix { inherit pkgs; }) ]; } -}: - -with pkgs; -mkShell { - buildInputs = - map (name: xyz-euandreh."${name}") (builtins.attrNames xyz-euandreh); -} |