summaryrefslogtreecommitdiff
path: root/pkgs/athena-bccr/fhs-env.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pkgs/athena-bccr/fhs-env.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/athena-bccr/fhs-env.nix b/pkgs/athena-bccr/fhs-env.nix
deleted file mode 100644
index a9bbf90..0000000
--- a/pkgs/athena-bccr/fhs-env.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ buildFHSEnv
-
-, unwrapped
-}:
-buildFHSEnv {
- name = "athena-bccr";
-
- targetPkgs = pkgs: [
- unwrapped.ase-idprotect
- unwrapped.gaudi
- ];
-}