Skip to content

Commit 9c55b63

Browse files
committed
Revert the infra change to avoid conflicts
1 parent ed9d66c commit 9c55b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@
697697
value = makeDevShell { rust = mkRust { inherit channel; rustProfile = "default"; targets = [ "wasm32-unknown-unknown" ]; }; };
698698
})) // {
699699
default = devShells.stable;
700-
infra = infraShell packages.nickel-lang;
700+
infra = infraShell packages.nickel-lang-cli;
701701
};
702702

703703
checks = {

0 commit comments

Comments
 (0)