🐛 nix-darwin fixed

This commit is contained in:
2022-10-23 11:02:55 -04:00
parent e0ac751438
commit 1b79e8f003
2 changed files with 18 additions and 20 deletions

View File

@ -9,9 +9,7 @@
deploy-rs.url = "github:serokell/deploy-rs";
darwin = {
# url = "github:lnl7/nix-darwin/master";
# TODO remove when merged: https://github.com/LnL7/nix-darwin/pull/552
url = "github:Ma27/nix-darwin/fix-manual";
url = "github:lnl7/nix-darwin/master";
inputs.nixpkgs.follows = "nixpkgs";
};