From 0e3b01ddaf1285f60ec07865b008248d25e6121c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 13 Mar 2023 15:32:16 -0300 Subject: Build nix derivation without the "shell.nix" hack --- shell.nix | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 shell.nix (limited to 'shell.nix') 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 { overlays = [ (import ./default.nix { inherit pkgs; }) ]; } -}: - -with pkgs; -mkShell { - buildInputs = - map (name: xyz-euandreh."${name}") (builtins.attrNames xyz-euandreh); -} -- cgit v1.2.3