this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(env): add act and prettier to the environment

+5 -1
+5 -1
flake.nix
··· 55 55 # `rust-src` component is required in order for this to work. 56 56 RUST_SRC_PATH = "${devToolchain}/lib/rustlib/src/rust/library"; 57 57 58 - nativeBuildInputs = [ devToolchain ]; 58 + nativeBuildInputs = with pkgs; [ 59 + act # For running Github Actions locally 60 + devToolchain 61 + nodePackages.prettier 62 + ]; 59 63 }; 60 64 61 65 checks = {