mirror of
https://github.com/ryantm/agenix.git
synced 2024-11-22 09:40:47 +03:00
42a250cafa
flake.lock previously included a "indirect" reference to nixpkgs. I am not sure what this means but I added `inputs.nixpkgs` and updated nixpkgs because this old version of nixpkgs didn't have any support for aarch64-darwin at all. Now on a aarch64-darwin I can type `nix build` and get a working version of agenix.
27 lines
564 B
JSON
27 lines
564 B
JSON
{
|
|
"nodes": {
|
|
"nixpkgs": {
|
|
"locked": {
|
|
"lastModified": 1638587357,
|
|
"narHash": "sha256-2ySMW3QARG8BsRPmwe7clTbdCuaObromOKewykP+UJc=",
|
|
"owner": "nixos",
|
|
"repo": "nixpkgs",
|
|
"rev": "e34c5379866833f41e2a36f309912fa675d687c7",
|
|
"type": "github"
|
|
},
|
|
"original": {
|
|
"owner": "nixos",
|
|
"ref": "nixos-21.11",
|
|
"repo": "nixpkgs",
|
|
"type": "github"
|
|
}
|
|
},
|
|
"root": {
|
|
"inputs": {
|
|
"nixpkgs": "nixpkgs"
|
|
}
|
|
}
|
|
},
|
|
"root": "root",
|
|
"version": 7
|
|
}
|