mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-15 11:47:54 +08:00
Advance nix-darwin back to master
This commit is contained in:
parent
eb36b8bbd6
commit
9d5c4d74c4
2 changed files with 7 additions and 9 deletions
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -79,16 +79,16 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1672336914,
|
||||
"narHash": "sha256-Z4wNuBhHwBUwqhDx+j/2DQ5J7saXFuE+7yyDwfNklSE=",
|
||||
"owner": "hercules-ci",
|
||||
"lastModified": 1672753581,
|
||||
"narHash": "sha256-EIi2tqHoje5cE9WqH23ZghW28NOOWSUM7tcxKE1U9KI=",
|
||||
"owner": "lnl7",
|
||||
"repo": "nix-darwin",
|
||||
"rev": "7ec26a9042ea3418798a5a486632da1c87826fd4",
|
||||
"rev": "3db1d870b04b13411f56ab1a50cd32b001f56433",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "hercules-ci",
|
||||
"ref": "add-hercules-ci-agent",
|
||||
"owner": "lnl7",
|
||||
"ref": "master",
|
||||
"repo": "nix-darwin",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,9 +5,7 @@
|
|||
# Principle inputs
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
# darwin.url = "github:lnl7/nix-darwin/master";
|
||||
# https://github.com/LnL7/nix-darwin/pull/586
|
||||
darwin.url = "github:hercules-ci/nix-darwin/add-hercules-ci-agent";
|
||||
darwin.url = "github:lnl7/nix-darwin/master";
|
||||
darwin.inputs.nixpkgs.follows = "nixpkgs";
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue