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 2414d6f commit 42c1bd9Copy full SHA for 42c1bd9
flake.nix
@@ -12,7 +12,7 @@
12
let pkgs = import nixpkgs { inherit system; };
13
in {
14
default = pkgs.mkShell {
15
- packages = with pkgs; [ python3 just git-lfs ];
+ packages = with pkgs; [ bashInteractive python3 just git-lfs ];
16
};
17
});
18
0 commit comments