add default back to the flake
Some checks are pending
CI / test-clj (push) Waiting to run
CI / test-cljs (push) Waiting to run

This commit is contained in:
Rowan Torbitzky-Lane 2025-02-25 13:41:33 -06:00
parent 406b867dfe
commit f700934f5d

View File

@ -8,7 +8,7 @@
outputs = { nixpkgs, ... }:
let system = "x86_64-linux"; in
{
devShells."${system}" =
devShells."${system}".default =
let
pkgs = nixpkgs.legacyPackages."${system}";
in