Skip to content

Commit

Permalink
Update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudef committed Feb 16, 2024
1 parent 1ad4807 commit 9fb1bbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/default/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# nix build .#target.{zig-target}
# e.g. nix build .#target.x86_64-linux-gnu
packages.target = genAttrs allTargetTriples (target: env.packageForTarget target ({
src = ./.;
src = cleanSource ./.;

nativeBuildInputs = with env.pkgs; [];
buildInputs = with env.pkgsForTarget target; [];
Expand Down
2 changes: 1 addition & 1 deletion templates/master/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# nix build .#target.{zig-target}
# e.g. nix build .#target.x86_64-linux-gnu
packages.target = genAttrs allTargetTriples (target: env.packageForTarget target ({
src = ./.;
src = cleanSource ./.;

nativeBuildInputs = with env.pkgs; [];
buildInputs = with env.pkgsForTarget target; [];
Expand Down

0 comments on commit 9fb1bbf

Please sign in to comment.