From 871ef64f3c43199dfa01216ac86db56650c2c8a2 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Fri, 5 Oct 2018 16:16:20 +1000 Subject: implement types --- tools/crumble-toCram.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tools/crumble-toCram.nix (limited to 'tools/crumble-toCram.nix') diff --git a/tools/crumble-toCram.nix b/tools/crumble-toCram.nix deleted file mode 100644 index 2544e17..0000000 --- a/tools/crumble-toCram.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ bionix -, nixpkgs -, flags ? null -}: - -with nixpkgs; -with lib; - -input: - -stdenv.mkDerivation { - name = "crumble"; - buildInputs = [ bionix.crumble.crumble ]; - buildCommand = "crumble ${optionalString (flags != null) flags} ${input} $out"; -} -- cgit v1.2.3