Skip to content

Commit 9a909fc

Browse files
committed
follow along with flake.gen.nix
1 parent f61a738 commit 9a909fc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

flake.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
in
1616
{
1717
devShells.default = pkgs.mkShell {
18-
nativeBuildInputs = (with pkgs; [
18+
packages = (with pkgs; [
1919
cargo-generate
2020
file
2121
ncurses
@@ -29,9 +29,5 @@
2929
# HACK: <https://github.com/NixOS/nix/issues/8355#issuecomment-1551712655>
3030
shellHook = "unset TMPDIR";
3131
};
32-
33-
checks = {
34-
devShellsDefault = self.devShells.${system}.default;
35-
};
3632
});
3733
}

0 commit comments

Comments
 (0)