diff options
author | EuAndreh <eu@euandre.org> | 2023-03-13 15:32:16 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-13 15:36:07 -0300 |
commit | 0e3b01ddaf1285f60ec07865b008248d25e6121c (patch) | |
tree | 5e333b6ba39e8c01ee779d1af7f1ed88ab555f67 /shell.nix | |
parent | packages.scm: Remove td-latest package (diff) | |
download | packages-0e3b01ddaf1285f60ec07865b008248d25e6121c.tar.gz packages-0e3b01ddaf1285f60ec07865b008248d25e6121c.tar.xz |
Build nix derivation without the "shell.nix" hack
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); -} |