Files
nixos/flake.lock
T

140 lines
3.5 KiB
JSON
Raw Normal View History

2022-04-17 22:29:13 -05:00
{
"nodes": {
"agenix": {
"inputs": {
"nixpkgs": "nixpkgs"
},
"locked": {
2022-06-02 08:20:45 -05:00
"lastModified": 1652712410,
"narHash": "sha256-hMJ2TqLt0DleEnQFGUHK9sV2aAzJPU8pZeiZoqRozbE=",
2022-04-17 22:29:13 -05:00
"owner": "ryantm",
"repo": "agenix",
2022-06-02 08:20:45 -05:00
"rev": "7e5e58b98c3dcbf497543ff6f22591552ebfe65b",
2022-04-17 22:29:13 -05:00
"type": "github"
},
"original": {
"owner": "ryantm",
"repo": "agenix",
"type": "github"
}
},
2022-09-06 11:41:09 -05:00
"darwin": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1650976225,
"narHash": "sha256-PGM65SQHS63Dd5MmLJo3GJsZP9lJVZmpWxluQoG1Dt8=",
"owner": "lnl7",
"repo": "nix-darwin",
"rev": "bb3baef6e115ae47bc2ab4973bd3a486488485b0",
"type": "github"
},
"original": {
"owner": "lnl7",
"ref": "master",
"repo": "nix-darwin",
"type": "github"
}
},
2022-04-18 11:38:06 -05:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2022-08-02 12:47:32 -05:00
"lastModified": 1656169755,
"narHash": "sha256-Nlnm4jeQWEGjYrE6hxi/7HYHjBSZ/E0RtjCYifnNsWk=",
2022-04-18 11:38:06 -05:00
"owner": "nix-community",
"repo": "home-manager",
2022-08-02 12:47:32 -05:00
"rev": "4a3d01fb53f52ac83194081272795aa4612c2381",
2022-04-18 11:38:06 -05:00
"type": "github"
},
"original": {
"owner": "nix-community",
2022-06-02 08:20:45 -05:00
"ref": "release-22.05",
2022-04-18 11:38:06 -05:00
"repo": "home-manager",
"type": "github"
}
},
2022-04-17 22:29:13 -05:00
"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"
}
},
"nixpkgs_2": {
"locked": {
2022-08-02 12:47:32 -05:00
"lastModified": 1659342832,
"narHash": "sha256-ePnxG4hacRd6oZMk+YeCSYMNUnHCe+qPLI0/+VaTu48=",
2022-04-17 22:29:13 -05:00
"owner": "nixos",
"repo": "nixpkgs",
2022-08-02 12:47:32 -05:00
"rev": "e43cf1748462c81202a32b26294e9f8eefcc3462",
2022-04-17 22:29:13 -05:00
"type": "github"
},
"original": {
"owner": "nixos",
2022-06-02 08:20:45 -05:00
"ref": "nixos-22.05",
2022-04-17 22:29:13 -05:00
"repo": "nixpkgs",
"type": "github"
}
},
2022-04-29 10:58:31 -05:00
"nixunstable": {
"locked": {
2022-08-02 12:47:32 -05:00
"lastModified": 1659219666,
"narHash": "sha256-pzYr5fokQPHv7CmUXioOhhzDy/XyWOIXP4LZvv/T7Mk=",
2022-04-29 10:58:31 -05:00
"owner": "nixos",
"repo": "nixpkgs",
2022-08-02 12:47:32 -05:00
"rev": "7b9be38c7250b22d829ab6effdee90d5e40c6e5c",
2022-04-29 10:58:31 -05:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2022-08-02 01:50:50 -05:00
"nurpkgs": {
2022-04-29 10:58:31 -05:00
"locked": {
2022-08-02 12:47:32 -05:00
"lastModified": 1659423577,
"narHash": "sha256-i2wSHqFqu4xpBJU/o9SRpQblAHknnEtyeN6Kuq/c1JA=",
2022-04-29 10:58:31 -05:00
"owner": "nix-community",
"repo": "NUR",
2022-08-02 12:47:32 -05:00
"rev": "0bdb7691364dc93c8f04016c0ed395b675bdc50c",
2022-04-29 10:58:31 -05:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "NUR",
"type": "github"
}
},
2022-04-17 22:29:13 -05:00
"root": {
"inputs": {
"agenix": "agenix",
2022-09-06 11:41:09 -05:00
"darwin": "darwin",
2022-04-18 11:38:06 -05:00
"home-manager": "home-manager",
2022-04-29 10:58:31 -05:00
"nixpkgs": "nixpkgs_2",
"nixunstable": "nixunstable",
2022-08-02 01:50:50 -05:00
"nurpkgs": "nurpkgs"
2022-04-17 22:29:13 -05:00
}
}
},
"root": "root",
"version": 7
}