File tree Expand file tree Collapse file tree 6 files changed +17
-10
lines changed Expand file tree Collapse file tree 6 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 1+ nixpkgs/update :
2+ @nix flake lock --override-input nixpkgs github:NixOS/nixpkgs/$(rev )
Original file line number Diff line number Diff line change 1+ nixpkgs/update :
2+ @nix flake lock --override-input nixpkgs github:NixOS/nixpkgs/$(rev )
3+
14.PHONY : build test run clean
25
36run :
47 @elm reactor
5- nixpkgs/update :
6- @nix flake lock --override-input nixpkgs github:NixOS/nixpkgs/$(rev )
Original file line number Diff line number Diff line change 1+ nixpkgs/update :
2+ @nix flake lock --override-input nixpkgs github:NixOS/nixpkgs/$(rev )
3+
14.PHONY : build test run clean
25
36build :
69 @gleam run
710clean :
811 @gleam clean
9- nixpkgs/update :
10- @nix flake lock --override-input nixpkgs github:NixOS/nixpkgs/$(rev )
Original file line number Diff line number Diff line change 1+ nixpkgs/update :
2+ @nix flake lock --override-input nixpkgs github:NixOS/nixpkgs/$(rev )
3+
14.PHONY : build test run clean
25
36test :
47 @go test -cover ./...
58run :
69 @go run main.go
7- nixpkgs/update :
8- @nix flake lock --override-input nixpkgs github:NixOS/nixpkgs/$(rev )
Original file line number Diff line number Diff line change 1+ nixpkgs/update :
2+ @nix flake lock --override-input nixpkgs github:NixOS/nixpkgs/$(rev )
3+
14.PHONY : build test run clean
25
36test :
47 @mvn clean test
58run :
69 @mvn -e -q clean compile exec:java
7- nixpkgs/update :
8- @nix flake lock --override-input nixpkgs github:NixOS/nixpkgs/$(rev )
Original file line number Diff line number Diff line change 1+ nixpkgs/update :
2+ @nix flake lock --override-input nixpkgs github:NixOS/nixpkgs/$(rev )
3+
14.PHONY : build test run clean
25
36test :
47 @zig build test
58run :
69 @zig build run
7- nixpkgs/update :
8- @nix flake lock --override-input nixpkgs github:NixOS/nixpkgs/$(rev )
You can’t perform that action at this time.
0 commit comments