File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 22nix store add-path --name source .
33
44# update the subflake lockfile to the (now existing) store path
5- # set lastModified to 1 because unknown issues in the GH action environment
6- (cd ./src/local && nix flake lock --update-input std && (
7- jq ' .nodes.std.locked.lastModified = 1' flake.lock > flake.lock.new && rm flake.lock && mv flake.lock.new flake.lock
8- ) && git add -f flake.lock)
9- (cd ./src/tests && nix flake lock --update-input std && (
10- jq ' .nodes.std.locked.lastModified = 1' flake.lock > flake.lock.new && rm flake.lock && mv flake.lock.new flake.lock
11- ) && git add -f flake.lock)
5+ (cd ./src/local && nix flake lock --update-input std && git add -f flake.lock)
6+ (cd ./src/tests && nix flake lock --update-input std && git add -f flake.lock)
127# continue normally ...
You can’t perform that action at this time.
0 commit comments