Skip to content

Commit 6853f49

Browse files
committed
docs: Switch shell.nix to flake
1 parent c21ae52 commit 6853f49

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

docs/.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
use nix
1+
use flake ..#docs

docs/shell.nix

Lines changed: 0 additions & 1 deletion
This file was deleted.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
STACK_IN_NIX_EXTRA_ARGS = config.stackExtraArgs;
221221
});
222222
docs = pkgs.mkShell {
223-
name = "cardano-wallet-docs-env";
223+
name = "cardano-wallet-docs";
224224
nativeBuildInputs = [ emanote.defaultPackage.${system} ];
225225
# allow building the shell so that it can be cached in hydra
226226
phases = [ "installPhase" ];

0 commit comments

Comments
 (0)