summaryrefslogtreecommitdiff
path: root/pkgs/athena-bccr/fhs-env.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-07-13 01:51:00 -0600
committerAlejandro Soto <alejandro@34project.org>2025-07-13 01:51:00 -0600
commit9d01e6dd2213dccd566c6204bd81465d3da68e46 (patch)
tree6fb0df81001b9fec00de20475b47f3e38e92a781 /pkgs/athena-bccr/fhs-env.nix
parent863aaa665b18175909d27d853db9e65fcec06677 (diff)
pkgs/athena-bccr: fix gaudi support
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
- ];
-}