Skip to content

Commit

Permalink
feat(devenv): add gnumake
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuntley committed Dec 22, 2023
1 parent db948e4 commit 4194b3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
build:
depot build ci:gcroot

fmt:
depot-fmt

lint:
pre-commit run --all-files
1 change: 1 addition & 0 deletions tools/depot-deps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ depot.nix.lazy-deps {

# programming
exercism.attr = "third_party.nixpkgs.exercism";
make.attr = "third_party.nixpkgs.gnumake42";

## haskell
ghc.attr = "third_party.nixpkgs.haskell.compiler.ghc927";
Expand Down

0 comments on commit 4194b3b

Please sign in to comment.