Flakes: Difference between revisions
flake-inputs |
m Small fix to flake example. Remove pkgs prefix since it uses with pkgs; |
||
Line 157: | Line 157: | ||
devShells.x86_64-linux.default = pkgs.mkShell { | devShells.x86_64-linux.default = pkgs.mkShell { | ||
buildInputs = with pkgs; [ | buildInputs = with pkgs; [ | ||
hello | |||
]; | ]; | ||
shellHook = '' | shellHook = '' |