Skip to content

Commit a42ab13

Browse files
Pierre-FrançoisPierre-François
Pierre-François
authored and
Pierre-François
committed
[Example] Changed nxcShellFull to nxcShell as the naming convention changed.
Note to devs: this change was not made in the other examples, leading to the ubiquitous use of nxcShell (and absence of nxcShellLite) in examples. This is a deliberate choice to avoid any potential bug introduced by removing tmux support or any other feature. Feel free to downgrade nxcShell to nxcShellLite in some examples if possible.
1 parent 0f6ccb4 commit a42ab13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nixos-cluster/flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
defaultPackage.${system} =
2323
self.packages.${system}."composition::vm";
2424

25-
devShell.${system} = nxc.devShells.${system}.nxcShellFull;
25+
devShell.${system} = nxc.devShells.${system}.nxcShell;
2626
};
2727
}

0 commit comments

Comments
 (0)