Update shadow-cljs
This commit is contained in:
parent
15e5cfc8e3
commit
40d43c670c
4 changed files with 10 additions and 11 deletions
|
|
@ -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; };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue