This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
nixos-config/flake.lock

67 lines
1.6 KiB
Plaintext
Raw Normal View History

2022-06-17 15:00:08 +00:00
{
"nodes": {
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
2022-06-17 15:00:08 +00:00
},
"locked": {
"lastModified": 1687871164,
"narHash": "sha256-bBFlPthuYX322xOlpJvkjUBz0C+MOBjZdDOOJJ+G2jU=",
2022-06-17 15:00:08 +00:00
"owner": "nix-community",
"repo": "home-manager",
"rev": "07c347bb50994691d7b0095f45ebd8838cf6bc38",
2022-06-17 15:00:08 +00:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-23.05",
2022-06-17 15:00:08 +00:00
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2023-08-07 06:09:47 +00:00
"lastModified": 1691328192,
"narHash": "sha256-w59N1zyDQ7SupfMJLFvtms/SIVbdryqlw5AS4+DiH+Y=",
2022-06-17 15:00:08 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-08-07 06:09:47 +00:00
"rev": "61676e4dcfeeb058f255294bcb08ea7f3bc3ce56",
2022-06-17 15:00:08 +00:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-23.05",
2022-06-18 17:48:25 +00:00
"repo": "nixpkgs",
"type": "github"
}
},
2023-03-13 12:52:54 +00:00
"nixpkgs-unstable": {
"locked": {
2023-08-07 06:09:47 +00:00
"lastModified": 1691276849,
"narHash": "sha256-RNnrzxhW38SOFIF6TY/WaX7VB3PCkYFEeRE5YZU+wHw=",
2023-03-13 12:52:54 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-08-07 06:09:47 +00:00
"rev": "5faab29808a2d72f4ee0c44c8e850e4e6ada972f",
2023-03-13 12:52:54 +00:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2022-06-17 15:00:08 +00:00
"root": {
"inputs": {
"home-manager": "home-manager",
2023-03-13 12:52:54 +00:00
"nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable"
2022-06-17 15:00:08 +00:00
}
}
},
"root": "root",
"version": 7
}