aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-13 15:32:16 -0300
committerEuAndreh <eu@euandre.org>2023-03-13 15:36:07 -0300
commit0e3b01ddaf1285f60ec07865b008248d25e6121c (patch)
tree5e333b6ba39e8c01ee779d1af7f1ed88ab555f67 /shell.nix
parentpackages.scm: Remove td-latest package (diff)
downloadpackages-0e3b01ddaf1285f60ec07865b008248d25e6121c.tar.gz
packages-0e3b01ddaf1285f60ec07865b008248d25e6121c.tar.xz
Build nix derivation without the "shell.nix" hack
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix9
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);
-}