We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6af71 commit b029159Copy full SHA for b029159
nix/automation/devshells.nix
@@ -33,7 +33,7 @@ in {
33
capsules.hooks
34
];
35
};
36
- dev = std.lib.mkShell {
+ cli = std.lib.mkShell {
37
packages = rust-dev-pkgs;
38
language.rust = {
39
packageSet = rustPlatform;
nix/cli/packages/cli/.envrc
@@ -0,0 +1,4 @@
1
+#! /bin/sh
2
+
3
+. "$(nix eval .#__std.direnv_lib)"
4
+use std nix //automation/devshells:cli
0 commit comments