🐛 temporary nix-darwin fix

This commit is contained in:
James Walker 2022-10-20 22:28:21 -04:00
parent 7deda40119
commit 846f886c26
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 18 additions and 16 deletions

View File

@ -7,16 +7,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1665392861, "lastModified": 1666198252,
"narHash": "sha256-bCd8fYJMAb0LzabsiXl4nxECDoz483bJOCa2hjox7N0=", "narHash": "sha256-z74lSCJE5BzxCeE2r9FU4tvHkQXQyz70zmJ3coLP10w=",
"owner": "lnl7", "owner": "Ma27",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "ef56fd8979b5f4e800c4716f62076e00600b1172", "rev": "115ab9a0b127e2cc07e2c7f45897f269f66b62f8",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "lnl7", "owner": "Ma27",
"ref": "master", "ref": "fix-manual",
"repo": "nix-darwin", "repo": "nix-darwin",
"type": "github" "type": "github"
} }
@ -110,11 +110,11 @@
"utils": "utils_2" "utils": "utils_2"
}, },
"locked": { "locked": {
"lastModified": 1665991686, "lastModified": 1666253070,
"narHash": "sha256-VbhugQ+NhybgCfU1gpbEQ6QFYrVQ3jRioYIYFVZ+KPs=", "narHash": "sha256-MtaNgghmfp+ywh5mv9FcspFT4ACaYINSN+D98PCkrP0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "e901c8d86082be74a8be70773bbb6d401ff21e49", "rev": "c485669ca529e01c1505429fa9017c9a93f15559",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -189,11 +189,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1665975177, "lastModified": 1666275482,
"narHash": "sha256-PypbdMOB9l5Uks1phl2reKY+klMabz8fepj7bWrupZE=", "narHash": "sha256-P5cxOmp1Yi2miEDLQas8GLQQ4W54zYgHd2frvs+lERQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ab6176ac5b0ee4f18e9cb380a41a6e1816c7bc89", "rev": "d639b2dfacdb3464faa11936a8c751ea3ff57775",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -224,11 +224,11 @@
"nixpkgs-22_05": "nixpkgs-22_05" "nixpkgs-22_05": "nixpkgs-22_05"
}, },
"locked": { "locked": {
"lastModified": 1665897743, "lastModified": 1666078616,
"narHash": "sha256-B0+jYpGOd/ngA6ECAV91+Y61KfCE/Iy8GDWV44PHNzA=", "narHash": "sha256-ifW3GhIxuKv5+AidKAPpmtS8M7TY2d7VS6eFnaCFdfU=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "2d662d681a82cd586c8c12e34d36c2c2b73338e6", "rev": "8e470d4eac115aa793437e52e84e7f9abdce236b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -9,7 +9,9 @@
deploy-rs.url = "github:serokell/deploy-rs"; deploy-rs.url = "github:serokell/deploy-rs";
darwin = { darwin = {
url = "github:lnl7/nix-darwin/master"; # 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";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };