summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorstuebinm2022-01-23 20:22:03 +0100
committerstuebinm2022-01-23 21:07:18 +0100
commit5f532cabbfc02dcab366e5b83b261b386d128b96 (patch)
tree2a3d41d04e414f157c667c9d76de8b1f5dfbf54e /home
parentab9f191d5f25d4bdf048a08d5e84300f00e82c2f (diff)
re-add isabelle to home config
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
];
}