nixos-config/flake.lock

150 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": {
2024-09-03 09:51:15 +02:00
"lastModified": 1725180166,
"narHash": "sha256-fzssXuGR/mCeGbzM1ExaTqDz7QDGta3WA4jJsZyRruo=",
2024-07-31 18:18:35 +02:00
"owner": "nix-community",
"repo": "home-manager",
2024-09-03 09:51:15 +02:00
"rev": "471e3eb0a114265bcd62d11d58ba8d3421ee68eb",
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": {
2024-09-03 09:51:15 +02:00
"lastModified": 1725153537,
"narHash": "sha256-8+BJdXM1WBAttY+C63pEMUmUtSEWXHEhXOkLK4k1s2E=",
2024-07-31 19:37:38 +02:00
"owner": "Jovian-Experiments",
"repo": "Jovian-NixOS",
2024-09-03 09:51:15 +02:00
"rev": "b13488a1f8ab01db6a3d18629f7b22a430f03984",
2024-07-31 19:37:38 +02:00
"type": "github"
},
"original": {
"owner": "Jovian-Experiments",
"ref": "development",
"repo": "Jovian-NixOS",
"type": "github"
}
},
"nix-flatpak": {
"locked": {
"lastModified": 1711997201,
"narHash": "sha256-J71xzQlVYsjagA4AsVwRazhBh2rZrPpKvxTgs6UzL7c=",
"owner": "gmodena",
"repo": "nix-flatpak",
"rev": "b76fa31346db7fc958a9898f3c594696ca71c4fd",
"type": "github"
},
"original": {
"owner": "gmodena",
"ref": "v0.4.1",
"repo": "nix-flatpak",
"type": "github"
}
},
2024-07-31 19:37:38 +02:00
"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": 1723991338,
"narHash": "sha256-Grh5PF0+gootJfOJFenTTxDTYPidA3V28dqJ/WV7iis=",
2024-07-31 19:37:38 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "8a3354191c0d7144db9756a74755672387b702ba",
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
}
},
2024-08-04 19:22:19 +02:00
"nixpkgs_2": {
"locked": {
2024-09-05 17:31:02 +02:00
"lastModified": 1725432240,
"narHash": "sha256-+yj+xgsfZaErbfYM3T+QvEE2hU7UuE+Jf0fJCJ8uPS0=",
2024-08-04 19:22:19 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2024-09-05 17:31:02 +02:00
"rev": "ad416d066ca1222956472ab7d0555a6946746a80",
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": {
2024-09-03 09:51:15 +02:00
"lastModified": 1725327224,
"narHash": "sha256-+cMfiE+zigDuChOFlhUH3yN7Yll9hr1LRBHsO09pqjY=",
"owner": "nix-community",
"repo": "plasma-manager",
2024-09-03 09:51:15 +02:00
"rev": "3f1589c38428bd8121fd5deebd86ce4108b29d6e",
"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",
"nix-flatpak": "nix-flatpak",
2024-08-04 19:22:19 +02:00
"nixpkgs": "nixpkgs_2",
"plasma-manager": "plasma-manager"
2024-07-30 22:56:44 +02:00
}
}
},
"root": "root",
"version": 7
}