Skip to content

Commit fcaffb8

Browse files
committed
retore nix dev
1 parent 24c1482 commit fcaffb8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

flake.nix

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@
131131
;
132132
})
133133
];
134-
# mdbook-script = pkgs.writeShellScriptBin "mdbook" ''
135-
# ${mdbook-custom}/bin/mdbook
136-
# '';
137134
mdbook-app = pkgs.writeShellApplication {
138135
name = "mdbook";
139136
runtimeInputs = runtime;
@@ -166,9 +163,9 @@
166163
type = "app";
167164
program = "${mdbook-app}/bin/mdbook";
168165
};
169-
# devShell = pkgs.mkShell {
170-
# buildInputs = runtime;
171-
# };
166+
devShell = pkgs.mkShell {
167+
buildInputs = runtime;
168+
};
172169
packages.default = pkgs.stdenv.mkDerivation {
173170
name = "rust-guide";
174171
src = ./.;

0 commit comments

Comments
 (0)