Flakes: Difference between revisions

Kiara (talk | contribs)
flake-inputs
Antono (talk | contribs)
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; [
           pkgs.hello
           hello
         ];
         ];
         shellHook = ''
         shellHook = ''