nixos-config/flake.lock

149 lines
3.8 KiB
Plaintext
Raw Normal View History

2024-07-30 22:56:44 +02:00
{
"nodes": {
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
2024-07-31 18:18:35 +02:00
"locked": {
"lastModified": 1723015306,
"narHash": "sha256-jQnFEtH20/OsDPpx71ntZzGdRlpXhUENSQCGTjn//NA=",
2024-07-31 18:18:35 +02:00
"owner": "nix-community",
"repo": "home-manager",
"rev": "b3d5ea65d88d67d4ec578ed11d4d2d51e3de525e",
2024-07-31 18:18:35 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
2024-07-31 19:37:38 +02:00
"ref": "master",
2024-07-31 18:18:35 +02:00
"repo": "home-manager",
"type": "github"
}
},
2024-07-31 19:37:38 +02:00
"jovian": {
"inputs": {
"nix-github-actions": "nix-github-actions",
2024-08-04 19:22:19 +02:00
"nixpkgs": "nixpkgs"
2024-07-31 19:37:38 +02:00
},
"locked": {
"lastModified": 1723211096,
"narHash": "sha256-zQaXLlVCLhT9gP31+wXDT3akOnazm26sVrCxCx4YQ/E=",
2024-07-31 19:37:38 +02:00
"owner": "Jovian-Experiments",
"repo": "Jovian-NixOS",
"rev": "3b711ac1a2cf4d0bb4cb6630250e1af283227434",
2024-07-31 19:37:38 +02:00
"type": "github"
},
"original": {
"owner": "Jovian-Experiments",
"ref": "development",
"repo": "Jovian-NixOS",
"type": "github"
}
},
"nix-github-actions": {
"inputs": {
"nixpkgs": [
"jovian",
"nixpkgs"
]
},
"locked": {
"lastModified": 1690328911,
"narHash": "sha256-fxtExYk+aGf2YbjeWQ8JY9/n9dwuEt+ma1eUFzF8Jeo=",
"owner": "zhaofengli",
"repo": "nix-github-actions",
"rev": "96df4a39c52f53cb7098b923224d8ce941b64747",
"type": "github"
},
"original": {
"owner": "zhaofengli",
"ref": "matrix-name",
"repo": "nix-github-actions",
"type": "github"
}
},
2024-07-30 22:56:44 +02:00
"nixpkgs": {
2024-07-31 19:37:38 +02:00
"locked": {
"lastModified": 1722813957,
"narHash": "sha256-IAoYyYnED7P8zrBFMnmp7ydaJfwTnwcnqxUElC1I26Y=",
2024-07-31 19:37:38 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "cb9a96f23c491c081b38eab96d22fa958043c9fa",
2024-07-31 19:37:38 +02:00
"type": "github"
},
"original": {
2024-08-04 19:22:19 +02:00
"owner": "NixOS",
2024-07-31 19:37:38 +02:00
"ref": "nixos-unstable",
2024-08-04 19:22:19 +02:00
"repo": "nixpkgs",
"type": "github"
2024-07-31 19:37:38 +02:00
}
},
"nixpkgs-stable": {
2024-07-30 22:56:44 +02:00
"locked": {
"lastModified": 1723215638,
"narHash": "sha256-vT+Bn2KUru0zebB3bhz2yWaxrtAPTlZe8wSOxYI3P3g=",
2024-07-30 22:56:44 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c8ab0eb08bc01a31b621ceb2b381ab4bbb0d1566",
2024-07-30 22:56:44 +02:00
"type": "github"
},
"original": {
"id": "nixpkgs",
2024-07-31 18:27:48 +02:00
"ref": "release-24.05",
2024-07-30 22:56:44 +02:00
"type": "indirect"
}
},
2024-08-04 19:22:19 +02:00
"nixpkgs_2": {
"locked": {
"lastModified": 1722813957,
"narHash": "sha256-IAoYyYnED7P8zrBFMnmp7ydaJfwTnwcnqxUElC1I26Y=",
2024-08-04 19:22:19 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "cb9a96f23c491c081b38eab96d22fa958043c9fa",
2024-08-04 19:22:19 +02:00
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-unstable",
"type": "indirect"
}
},
"plasma-manager": {
"inputs": {
2024-08-01 11:18:20 +02:00
"home-manager": [
"home-manager"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1723141065,
"narHash": "sha256-6HD3Cx4KofX3jyWpZK1Nt1RmnPs2tD4HQLm3Ytk+htk=",
"owner": "nix-community",
"repo": "plasma-manager",
"rev": "5ab818b79ba5c6651209cc1c1d19afe6c9046ed4",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "trunk",
"repo": "plasma-manager",
"type": "github"
}
},
2024-07-30 22:56:44 +02:00
"root": {
"inputs": {
"home-manager": "home-manager",
2024-07-31 19:37:38 +02:00
"jovian": "jovian",
2024-08-04 19:22:19 +02:00
"nixpkgs": "nixpkgs_2",
"nixpkgs-stable": "nixpkgs-stable",
"plasma-manager": "plasma-manager"
2024-07-30 22:56:44 +02:00
}
}
},
"root": "root",
"version": 7
}