nix: skip the Darwin input

ref: b0721be0c6
This commit is contained in:
Dmitriy Pleshevskiy 2023-04-01 15:04:08 +03:00
parent c79a5133bd
commit c5a3587d41
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
2 changed files with 2 additions and 23 deletions

View File

@ -2,7 +2,7 @@
"nodes": {
"agenix": {
"inputs": {
"darwin": "darwin",
"darwin": [],
"nixpkgs": [
"nixpkgs"
]
@ -91,28 +91,6 @@
"type": "github"
}
},
"darwin": {
"inputs": {
"nixpkgs": [
"agenix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1673295039,
"narHash": "sha256-AsdYgE8/GPwcelGgrntlijMg4t3hLFJFCRF3tL5WVjA=",
"owner": "lnl7",
"repo": "nix-darwin",
"rev": "87b9d090ad39b25b2400029c64825fc2a8868943",
"type": "github"
},
"original": {
"owner": "lnl7",
"ref": "master",
"repo": "nix-darwin",
"type": "github"
}
},
"editorconfig-nvim": {
"flake": false,
"locked": {

View File

@ -8,6 +8,7 @@
agenix = {
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.darwin.follows = "";
};
home-manager = {