summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/packages.nix b/home/packages.nix
index 3bcc8b6..6182ad3 100644
--- a/home/packages.nix
+++ b/home/packages.nix
@@ -67,7 +67,7 @@ in
# others
gcc nixfmt niv cachix julia_16-bin python39
# isabelle
- # (import "${inputs.playground.outPath}/isabelle-nix-fhsenv")
+ (import "${inputs.playground.outPath}/isabelle-nix-fhsenv" {inherit pkgs; })
# (import /home/stuebinm/projects/isabelle-utils {}).isabat
];
}