sisyphus/nixos/flake.lock

179 lines
4.5 KiB
Text
Raw Normal View History

2023-03-06 21:00:44 +01:00
{
"nodes": {
2023-03-22 22:12:39 +01:00
"devshell": {
"inputs": {
"nixpkgs": [
"nixpkgs"
2023-05-24 21:38:30 +02:00
],
"systems": "systems"
2023-03-22 22:12:39 +01:00
},
"locked": {
2023-06-23 21:50:31 +02:00
"lastModified": 1687173957,
"narHash": "sha256-GOds2bAQcZ94fb9/Nl/aM+r+0wGSi4EKYuZYR8Dw4R8=",
2023-03-22 22:12:39 +01:00
"owner": "numtide",
"repo": "devshell",
2023-06-23 21:50:31 +02:00
"rev": "2cf83bb31720fcc29a999aee28d6da101173e66a",
2023-03-22 22:12:39 +01:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "devshell",
"type": "github"
}
},
"flake-utils": {
2023-05-24 21:38:30 +02:00
"inputs": {
"systems": "systems_2"
},
2023-03-22 22:12:39 +01:00
"locked": {
2023-06-23 21:50:31 +02:00
"lastModified": 1687171271,
"narHash": "sha256-BJlq+ozK2B1sJDQXS3tzJM5a+oVZmi1q0FlBK/Xqv7M=",
2023-03-22 22:12:39 +01:00
"owner": "numtide",
"repo": "flake-utils",
2023-06-23 21:50:31 +02:00
"rev": "abfb11bd1aec8ced1c9bb9adfe68018230f4fb3c",
2023-03-22 22:12:39 +01:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2023-03-06 21:00:44 +01:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
2023-03-22 22:12:39 +01:00
]
2023-03-06 21:00:44 +01:00
},
"locked": {
2023-06-23 21:50:31 +02:00
"lastModified": 1687163790,
"narHash": "sha256-CmG/ZdswJrWM0CMgJiVyWfO6LqaI4SKEAx9IrnYDrpI=",
2023-03-06 21:00:44 +01:00
"owner": "nix-community",
"repo": "home-manager",
2023-06-23 21:50:31 +02:00
"rev": "ac53777f52929bc82efcd2830bfc5aa60bcb4337",
2023-03-06 21:00:44 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
2023-06-17 10:01:00 +02:00
"ref": "release-23.05",
2023-03-06 21:00:44 +01:00
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2023-06-23 21:50:31 +02:00
"lastModified": 1687288566,
"narHash": "sha256-VckkiJ88Gzdc2cstm0z5eFcrHbvkm4VjxavHBGssvZI=",
2023-03-06 21:00:44 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-06-23 21:50:31 +02:00
"rev": "b6c73c5fe53bb3afbf65e870541e0645e9145171",
2023-03-06 21:00:44 +01:00
"type": "github"
},
"original": {
"id": "nixpkgs",
2023-06-17 10:01:00 +02:00
"ref": "nixos-23.05",
2023-03-06 21:00:44 +01:00
"type": "indirect"
}
},
2023-05-24 21:38:30 +02:00
"nixpkgs-stable": {
"locked": {
2023-06-23 21:50:31 +02:00
"lastModified": 1687031877,
"narHash": "sha256-yMFcVeI+kZ6KD2QBrFPNsvBrLq2Gt//D0baHByMrjFY=",
2023-05-24 21:38:30 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-06-23 21:50:31 +02:00
"rev": "e2e2059d19668dab1744301b8b0e821e3aae9c99",
2023-05-24 21:38:30 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
2023-06-17 10:01:00 +02:00
"ref": "release-23.05",
2023-05-24 21:38:30 +02:00
"repo": "nixpkgs",
"type": "github"
}
},
2023-03-06 21:00:44 +01:00
"root": {
"inputs": {
2023-03-22 22:12:39 +01:00
"devshell": "devshell",
"flake-utils": "flake-utils",
2023-03-06 21:00:44 +01:00
"home-manager": "home-manager",
2023-03-07 23:12:34 +01:00
"nixpkgs": "nixpkgs",
2023-05-24 21:38:30 +02:00
"sops-nix": "sops-nix",
2023-03-22 22:12:39 +01:00
"utils": "utils"
2023-03-06 21:00:44 +01:00
}
},
2023-05-24 21:38:30 +02:00
"sops-nix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
2023-06-23 21:50:31 +02:00
"lastModified": 1687267549,
"narHash": "sha256-jpg5zwhEQlovGH/xrml9X5ciPKpIZr/3Z04+Fh3VtQY=",
2023-05-24 21:38:30 +02:00
"owner": "Mic92",
"repo": "sops-nix",
2023-06-23 21:50:31 +02:00
"rev": "d299d0538295e71e194aa0dfa896ad399f4508e3",
2023-05-24 21:38:30 +02:00
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "sops-nix",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
2023-03-06 21:00:44 +01:00
"utils": {
2023-03-22 22:12:39 +01:00
"inputs": {
"flake-utils": [
"flake-utils"
]
},
2023-03-06 21:00:44 +01:00
"locked": {
2023-03-22 22:12:39 +01:00
"lastModified": 1657226504,
"narHash": "sha256-GIYNjuq4mJlFgqKsZ+YrgzWm0IpA4axA3MCrdKYj7gs=",
"owner": "gytis-ivaskevicius",
"repo": "flake-utils-plus",
"rev": "2bf0f91643c2e5ae38c1b26893ac2927ac9bd82a",
2023-03-06 21:00:44 +01:00
"type": "github"
},
"original": {
2023-03-22 22:12:39 +01:00
"owner": "gytis-ivaskevicius",
"repo": "flake-utils-plus",
2023-03-06 21:00:44 +01:00
"type": "github"
}
}
},
"root": "root",
"version": 7
}