1
0
forked from clan/clan-core

fix evaluation of devshell

This commit is contained in:
Jörg Thalheim 2023-08-23 14:03:24 +02:00
parent 59e31b3c56
commit a328d043d9

View File

@ -2,13 +2,9 @@
perSystem =
{ pkgs
, self'
, config
, ...
}: {
devShells.default = pkgs.mkShell {
inputsFrom = [
config.treefmt.build.devShell
];
packages = [
pkgs.tea
self'.packages.tea-create-pr