This repository has been archived on 2024-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
my-darwin-nix-configuration/flake.lock

72 lines
1.7 KiB
Plaintext
Raw Normal View History

2023-06-18 12:41:10 +00:00
{
"nodes": {
"darwin": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2023-11-25 07:09:43 +00:00
"lastModified": 1700795494,
"narHash": "sha256-gzGLZSiOhf155FW7262kdHo2YDeugp3VuIFb4/GGng0=",
2023-06-18 12:41:10 +00:00
"owner": "lnl7",
"repo": "nix-darwin",
2023-11-25 07:09:43 +00:00
"rev": "4b9b83d5a92e8c1fbfd8eb27eda375908c11ec4d",
2023-06-18 12:41:10 +00:00
"type": "github"
},
"original": {
"owner": "lnl7",
"ref": "master",
"repo": "nix-darwin",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2023-11-25 07:48:06 +00:00
"lastModified": 1700814205,
"narHash": "sha256-lWqDPKHRbQfi+zNIivf031BUeyciVOtwCwTjyrhDB5g=",
2023-06-18 12:41:10 +00:00
"owner": "nix-community",
"repo": "home-manager",
2023-11-25 07:48:06 +00:00
"rev": "aeb2232d7a32530d3448318790534d196bf9427a",
2023-06-18 12:41:10 +00:00
"type": "github"
},
"original": {
"owner": "nix-community",
2023-11-25 07:48:06 +00:00
"ref": "release-23.11",
2023-06-18 12:41:10 +00:00
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2023-11-25 07:48:06 +00:00
"lastModified": 1700863129,
"narHash": "sha256-ARpawoO/HB6NLLajJ5+4J23mLcn/F+doZ00sQ6EigSQ=",
2023-06-18 12:41:10 +00:00
"owner": "nixos",
"repo": "nixpkgs",
2023-11-25 07:48:06 +00:00
"rev": "c9e054502e728ca0d980767cdbdce93dd7468cc4",
2023-06-18 12:41:10 +00:00
"type": "github"
},
"original": {
"owner": "nixos",
2023-11-25 07:48:06 +00:00
"ref": "nixpkgs-23.11-darwin",
2023-06-18 12:41:10 +00:00
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"darwin": "darwin",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}