fruitbasket/flake.lock

198 lines
4.9 KiB
Plaintext
Raw Normal View History

2022-03-04 17:38:49 +01:00
{
"nodes": {
2023-06-08 13:34:45 +02:00
"course-management": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [
"nixpkgs"
],
"poetry2nix": "poetry2nix"
},
"locked": {
2023-09-10 17:26:32 +02:00
"lastModified": 1694358978,
"narHash": "sha256-gHWIIYJZepq1/3oFVkUkl0n52bRJWnNgmGaiZ2aGEwc=",
2023-06-08 13:34:45 +02:00
"owner": "fsr",
"repo": "course-management",
2023-09-10 17:26:32 +02:00
"rev": "5ccbee8151c5caa519ebdb2ce2b8ec52b7749949",
2023-06-08 13:34:45 +02:00
"type": "github"
},
"original": {
"owner": "fsr",
"repo": "course-management",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1687709756,
"narHash": "sha256-Y5wKlQSkgEK2weWdOu4J3riRd+kV/VCgHsqLNTTWQ/0=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "dbabf0ca0c0c4bce6ea5eaf65af5cb694d2082c7",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"inputs": {
"systems": "systems_2"
},
"locked": {
"lastModified": 1687709756,
"narHash": "sha256-Y5wKlQSkgEK2weWdOu4J3riRd+kV/VCgHsqLNTTWQ/0=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "dbabf0ca0c0c4bce6ea5eaf65af5cb694d2082c7",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2023-07-04 16:10:53 +02:00
"kpp": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2023-08-29 12:43:48 +02:00
"lastModified": 1693305731,
"narHash": "sha256-ku0FU1pn6eXGdoEx0Tg0Kp8c8wmd6TF7IrdOnX0Uco0=",
2023-07-04 16:10:53 +02:00
"owner": "fsr",
"repo": "kpp",
2023-08-29 12:43:48 +02:00
"rev": "7c04f958bb652de680ae3311b6eab080ac64b3ad",
2023-07-04 16:10:53 +02:00
"type": "github"
},
"original": {
"owner": "fsr",
"repo": "kpp",
"type": "github"
}
},
2022-03-04 17:38:49 +01:00
"nixpkgs": {
2022-04-10 13:59:39 +02:00
"locked": {
2023-09-18 12:31:15 +02:00
"lastModified": 1694937365,
"narHash": "sha256-iHZSGrb9gVpZRR4B2ishUN/1LRKWtSHZNO37C8z1SmA=",
2023-05-25 22:58:14 +02:00
"owner": "nixos",
2022-04-10 13:59:39 +02:00
"repo": "nixpkgs",
2023-09-18 12:31:15 +02:00
"rev": "5d017a8822e0907fb96f7700a319f9fe2434de02",
2022-04-10 13:59:39 +02:00
"type": "github"
},
"original": {
2023-05-25 22:58:14 +02:00
"owner": "nixos",
"ref": "nixos-23.05",
2022-04-10 13:59:39 +02:00
"repo": "nixpkgs",
"type": "github"
}
},
2023-01-20 16:34:48 +01:00
"nixpkgs-stable": {
2022-08-16 14:20:36 +02:00
"locked": {
2023-09-07 22:43:49 +02:00
"lastModified": 1693675694,
"narHash": "sha256-2pIOyQwGyy2FtFAUIb8YeKVmOCcPOTVphbAvmshudLE=",
2022-08-16 14:20:36 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-09-07 22:43:49 +02:00
"rev": "5601118d39ca9105f8e7b39d4c221d3388c0419d",
2022-08-16 14:20:36 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
2023-07-11 18:21:48 +02:00
"ref": "release-23.05",
2022-08-16 14:20:36 +02:00
"repo": "nixpkgs",
"type": "github"
}
},
2023-06-08 13:34:45 +02:00
"poetry2nix": {
"inputs": {
"flake-utils": "flake-utils_2",
"nixpkgs": [
"course-management",
"nixpkgs"
]
},
"locked": {
"lastModified": 1688440303,
"narHash": "sha256-hFfOyityHdVFI0HNM+sqZfpi9Fbvjvy0N9O7FjuqPWY=",
"owner": "nix-community",
"repo": "poetry2nix",
"rev": "04714155bae013fb9b207e54d1faf9f0c3d08706",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "poetry2nix",
"type": "github"
}
},
2022-03-04 17:38:49 +01:00
"root": {
"inputs": {
2023-06-08 13:34:45 +02:00
"course-management": "course-management",
2023-07-04 16:10:53 +02:00
"kpp": "kpp",
2023-05-25 22:58:14 +02:00
"nixpkgs": "nixpkgs",
2022-03-04 17:38:49 +01:00
"sops-nix": "sops-nix"
}
},
"sops-nix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
2022-08-16 14:20:36 +02:00
],
2023-01-20 16:34:48 +01:00
"nixpkgs-stable": "nixpkgs-stable"
2022-03-04 17:38:49 +01:00
},
"locked": {
2023-09-14 16:19:53 +02:00
"lastModified": 1694495315,
"narHash": "sha256-sZEYXs9T1NVHZSSbMqBEtEm2PGa7dEDcx0ttQkArORc=",
2022-03-04 17:38:49 +01:00
"owner": "Mic92",
"repo": "sops-nix",
2023-09-14 16:19:53 +02:00
"rev": "ea208e55f8742fdcc0986b256bdfa8986f5e4415",
2022-03-04 17:38:49 +01:00
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "sops-nix",
"type": "github"
}
2023-06-08 13:34:45 +02:00
},
"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"
}
2022-03-04 17:38:49 +01:00
}
},
"root": "root",
"version": 7
}