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, 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
+ ];
+}