Update shadow-cljs

This commit is contained in:
heyarne 2022-03-06 16:15:31 +01:00
commit 40d43c670c
4 changed files with 10 additions and 11 deletions

View file

@ -6,6 +6,6 @@
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; };
in {
devShell.${system} = import ./shell.nix { inherit pkgs; };
devShell.${system} = pkgs.callPackage ./shell.nix { inherit pkgs; };
};
}