Skip to content

Commit

Permalink
Update mach-nix
Browse files Browse the repository at this point in the history
Installing black==20.8b1 caused mach-nix to abort
(DavHau/mach-nix#250). Using a newer version
of mach-nix solves this specific issue.

Signed-off-by: Rolf Schröder <[email protected]>
  • Loading branch information
rolfschr committed Mar 9, 2021
1 parent 824a7b6 commit 1d8237f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions etc/nix/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion etc/nix/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
type = "github";
owner = "DavHau";
repo = "mach-nix";
ref = "3.1.1";
ref = "235a0a81d05a043bca2a93442f2560946266fc73";
};

outputs = { self, nixpkgs, machnix }:
Expand Down

0 comments on commit 1d8237f

Please sign in to comment.