diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-07-06 15:14:43 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-07-06 16:29:43 -0600 |
| commit | c839b6adb914e8af57317389ceb8eb68c31f3e22 (patch) | |
| tree | 55f6db5e632ce39e085e47bbbd17c208399ffeb9 /pkgs/athena-bccr/fhs-env.nix | |
| parent | 8d81cc1edb68363502315a848d7074435da1e963 (diff) | |
pkgs/athena-bccr: initial commit
Diffstat (limited to 'pkgs/athena-bccr/fhs-env.nix')
| -rw-r--r-- | pkgs/athena-bccr/fhs-env.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/athena-bccr/fhs-env.nix b/pkgs/athena-bccr/fhs-env.nix new file mode 100644 index 0000000..a9bbf90 --- /dev/null +++ b/pkgs/athena-bccr/fhs-env.nix @@ -0,0 +1,12 @@ +{ buildFHSEnv + +, unwrapped +}: +buildFHSEnv { + name = "athena-bccr"; + + targetPkgs = pkgs: [ + unwrapped.ase-idprotect + unwrapped.gaudi + ]; +} |
