From c839b6adb914e8af57317389ceb8eb68c31f3e22 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 6 Jul 2025 15:14:43 -0600 Subject: pkgs/athena-bccr: initial commit --- pkgs/athena-bccr/fhs-env.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pkgs/athena-bccr/fhs-env.nix (limited to 'pkgs/athena-bccr/fhs-env.nix') 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 + ]; +} -- cgit v1.2.3