diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-07-13 01:51:00 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-07-13 01:51:00 -0600 |
| commit | 9d01e6dd2213dccd566c6204bd81465d3da68e46 (patch) | |
| tree | 6fb0df81001b9fec00de20475b47f3e38e92a781 /pkgs/athena-bccr/fhs-env.nix | |
| parent | 863aaa665b18175909d27d853db9e65fcec06677 (diff) | |
pkgs/athena-bccr: fix gaudi support
Diffstat (limited to 'pkgs/athena-bccr/fhs-env.nix')
| -rw-r--r-- | pkgs/athena-bccr/fhs-env.nix | 12 |
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 - ]; -} |
