nix-config/flake.lock

725 lines
19 KiB
Text
Raw Normal View History

2022-05-25 19:27:42 +02:00
{
"nodes": {
2025-01-21 00:14:24 +00:00
"authentik-nix": {
"inputs": {
"authentik-src": "authentik-src",
"flake-compat": "flake-compat",
"flake-parts": "flake-parts",
"flake-utils": "flake-utils",
"napalm": "napalm",
"nixpkgs": [
2025-01-21 23:09:25 +01:00
"nixpkgs"
2025-01-21 00:14:24 +00:00
],
"poetry2nix": "poetry2nix",
"systems": "systems"
},
"locked": {
2025-02-02 15:38:41 +01:00
"lastModified": 1738503522,
"narHash": "sha256-1yrVbGLBMBPl34EibVARkUB9Gak1GjLRLZXJk9jbHxU=",
2025-01-21 00:14:24 +00:00
"owner": "nix-community",
"repo": "authentik-nix",
2025-02-02 15:38:41 +01:00
"rev": "bc62d5509989f5dca633c65b58aa0ac79a48db3e",
2025-01-21 00:14:24 +00:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "authentik-nix",
"type": "github"
}
},
"authentik-src": {
"flake": false,
"locked": {
2025-01-31 08:50:02 +01:00
"lastModified": 1738183650,
"narHash": "sha256-4XdYlqfd23TVPaJ0R5tEBIpDXLV4mFHdXhIWp5dIvIE=",
2025-01-21 00:14:24 +00:00
"owner": "goauthentik",
"repo": "authentik",
2025-01-31 08:50:02 +01:00
"rev": "f1b7a9f934e6b58a1884ba753575eac6267f4b6e",
2025-01-21 00:14:24 +00:00
"type": "github"
},
"original": {
"owner": "goauthentik",
2025-01-31 08:50:02 +01:00
"ref": "version/2024.12.3",
2025-01-21 00:14:24 +00:00
"repo": "authentik",
"type": "github"
}
},
2025-01-02 16:29:05 +01:00
"crane": {
"inputs": {
"nixpkgs": [
"lanzaboote",
"nixpkgs"
]
},
"locked": {
"lastModified": 1717535930,
"narHash": "sha256-1hZ/txnbd/RmiBPNUs7i8UQw2N89uAK3UzrGAWdnFfU=",
"owner": "ipetkov",
"repo": "crane",
"rev": "55e7754ec31dac78980c8be45f8a28e80e370946",
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
2025-01-25 15:42:38 +01:00
"lastModified": 1733328505,
"narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
2025-01-02 16:29:05 +01:00
"owner": "edolstra",
"repo": "flake-compat",
2025-01-25 15:42:38 +01:00
"rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
2025-01-02 16:29:05 +01:00
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2025-01-21 00:14:24 +00:00
"flake-compat_2": {
"flake": false,
"locked": {
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2025-01-02 16:29:05 +01:00
"flake-parts": {
2025-01-21 00:14:24 +00:00
"inputs": {
"nixpkgs-lib": "nixpkgs-lib"
},
"locked": {
2025-01-25 15:42:38 +01:00
"lastModified": 1736143030,
"narHash": "sha256-+hu54pAoLDEZT9pjHlqL9DNzWz0NbUn8NEAHP7PQPzU=",
2025-01-21 00:14:24 +00:00
"owner": "hercules-ci",
"repo": "flake-parts",
2025-01-25 15:42:38 +01:00
"rev": "b905f6fc23a9051a6e1b741e1438dbfc0634c6de",
2025-01-21 00:14:24 +00:00
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"flake-parts_2": {
2025-01-02 16:29:05 +01:00
"inputs": {
"nixpkgs-lib": [
"lanzaboote",
"nixpkgs"
]
},
"locked": {
"lastModified": 1717285511,
"narHash": "sha256-iKzJcpdXih14qYVcZ9QC9XuZYnPc6T8YImb6dX166kw=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "2a55567fcf15b1b1c7ed712a2c6fadaec7412ea8",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
2022-05-25 19:27:42 +02:00
"flake-utils": {
2023-04-11 21:05:12 +02:00
"inputs": {
2025-01-21 00:14:24 +00:00
"systems": [
"authentik-nix",
"systems"
]
},
"locked": {
2025-01-25 15:42:38 +01:00
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
2025-01-21 00:14:24 +00:00
"owner": "numtide",
"repo": "flake-utils",
2025-01-25 15:42:38 +01:00
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
2025-01-21 00:14:24 +00:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"inputs": {
"systems": "systems_2"
2023-04-11 21:05:12 +02:00
},
2022-08-05 02:08:32 +02:00
"locked": {
2024-12-31 17:13:04 +01:00
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
2022-08-05 02:08:32 +02:00
"owner": "numtide",
"repo": "flake-utils",
2024-12-31 17:13:04 +01:00
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
2022-08-05 02:08:32 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2025-01-21 00:14:24 +00:00
"flake-utils_3": {
2025-01-02 16:29:05 +01:00
"inputs": {
2025-01-21 00:14:24 +00:00
"systems": "systems_3"
2025-01-02 16:29:05 +01:00
},
"locked": {
"lastModified": 1710146030,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2025-01-21 23:09:25 +01:00
"flake-utils_4": {
"inputs": {
"systems": "systems_4"
},
"locked": {
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flakey-profile": {
"locked": {
"lastModified": 1712898590,
"narHash": "sha256-FhGIEU93VHAChKEXx905TSiPZKga69bWl1VB37FK//I=",
"owner": "lf-",
"repo": "flakey-profile",
"rev": "243c903fd8eadc0f63d205665a92d4df91d42d9d",
"type": "github"
},
"original": {
"owner": "lf-",
"repo": "flakey-profile",
"type": "github"
}
},
2025-01-02 16:29:05 +01:00
"gitignore": {
"inputs": {
"nixpkgs": [
"lanzaboote",
"pre-commit-hooks-nix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1709087332,
"narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
"owner": "hercules-ci",
"repo": "gitignore.nix",
"rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "gitignore.nix",
"type": "github"
}
},
"lanzaboote": {
"inputs": {
"crane": "crane",
2025-01-21 00:14:24 +00:00
"flake-compat": "flake-compat_2",
"flake-parts": "flake-parts_2",
"flake-utils": "flake-utils_3",
2025-01-02 16:29:05 +01:00
"nixpkgs": [
2025-01-21 23:09:25 +01:00
"nixpkgs"
2025-01-02 16:29:05 +01:00
],
"pre-commit-hooks-nix": "pre-commit-hooks-nix",
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1718178907,
"narHash": "sha256-eSZyrQ9uoPB9iPQ8Y5H7gAmAgAvCw3InStmU3oEjqsE=",
"owner": "nix-community",
"repo": "lanzaboote",
"rev": "b627ccd97d0159214cee5c7db1412b75e4be6086",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "v0.4.1",
"repo": "lanzaboote",
"type": "github"
}
},
2025-01-21 23:09:25 +01:00
"lix": {
"flake": false,
"locked": {
2025-02-10 12:07:38 +01:00
"lastModified": 1739137265,
"narHash": "sha256-WejZuOso5ElVYLA/17uVw7Noqi72ZbydPwMrbqNzC0c=",
"rev": "7d4912bcf9028db491fe1061d3efcf2392c4bd76",
2025-01-21 23:09:25 +01:00
"type": "tarball",
2025-02-10 12:07:38 +01:00
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/7d4912bcf9028db491fe1061d3efcf2392c4bd76.tar.gz?rev=7d4912bcf9028db491fe1061d3efcf2392c4bd76"
2025-01-21 23:09:25 +01:00
},
"original": {
"type": "tarball",
2025-02-10 12:07:38 +01:00
"url": "https://git.lix.systems/lix-project/lix/archive/main.tar.gz"
2025-01-21 23:09:25 +01:00
}
},
"lix-module": {
"inputs": {
"flake-utils": "flake-utils_4",
"flakey-profile": "flakey-profile",
2025-02-10 12:07:38 +01:00
"lix": [
"lix"
],
2025-01-21 23:09:25 +01:00
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2025-02-10 12:07:38 +01:00
"lastModified": 1738176840,
"narHash": "sha256-NG3IRvRs3u3btVCN861FqHvgOwqcNT/Oy6PBG86F5/E=",
"rev": "621aae0f3cceaffa6d73a4fb0f89c08d338d729e",
2025-01-21 23:09:25 +01:00
"type": "tarball",
2025-02-10 12:07:38 +01:00
"url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/621aae0f3cceaffa6d73a4fb0f89c08d338d729e.tar.gz?rev=621aae0f3cceaffa6d73a4fb0f89c08d338d729e"
2025-01-21 23:09:25 +01:00
},
"original": {
"type": "tarball",
2025-02-10 12:07:38 +01:00
"url": "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz"
2025-01-21 23:09:25 +01:00
}
},
2025-01-02 16:29:05 +01:00
"microvm": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
2025-01-21 23:09:25 +01:00
"nixpkgs"
2025-01-02 16:29:05 +01:00
],
"spectrum": "spectrum"
},
"locked": {
"lastModified": 1712366957,
"narHash": "sha256-7W3D1Gk6mGlwtV07n6YB/7s3tThcBYknlvDPcoJJSe4=",
"owner": "astro",
"repo": "microvm.nix",
"rev": "1e746a8987eb893adc8dd317b84e73d72803b650",
"type": "github"
},
"original": {
"owner": "astro",
"ref": "v0.5.0",
"repo": "microvm.nix",
"type": "github"
}
},
2025-01-21 00:14:24 +00:00
"napalm": {
"inputs": {
"flake-utils": [
"authentik-nix",
"flake-utils"
],
"nixpkgs": [
"authentik-nix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1725806412,
"narHash": "sha256-lGZjkjds0p924QEhm/r0BhAxbHBJE1xMOldB/HmQH04=",
"owner": "willibutz",
"repo": "napalm",
"rev": "b492440d9e64ae20736d3bec5c7715ffcbde83f5",
"type": "github"
},
"original": {
"owner": "willibutz",
"ref": "avoid-foldl-stack-overflow",
"repo": "napalm",
"type": "github"
}
},
"nix-github-actions": {
"inputs": {
"nixpkgs": [
"authentik-nix",
"poetry2nix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1729742964,
"narHash": "sha256-B4mzTcQ0FZHdpeWcpDYPERtyjJd/NIuaQ9+BV1h+MpA=",
"owner": "nix-community",
"repo": "nix-github-actions",
"rev": "e04df33f62cdcf93d73e9a04142464753a16db67",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nix-github-actions",
"type": "github"
}
},
2025-01-01 16:37:23 +01:00
"nixos-hardware": {
"locked": {
2025-02-04 21:50:28 +01:00
"lastModified": 1738638143,
"narHash": "sha256-ZYMe4c4OCtIUBn5hx15PEGr0+B1cNEpl2dsaLxwY2W0=",
2025-01-01 16:37:23 +01:00
"owner": "NixOS",
"repo": "nixos-hardware",
2025-02-04 21:50:28 +01:00
"rev": "9bdd53f5908453e4d03f395eb1615c3e9a351f70",
2025-01-01 16:37:23 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nixos-hardware",
"type": "github"
}
},
2025-01-21 23:09:25 +01:00
"nixpkgs": {
"locked": {
2025-02-06 00:43:46 +00:00
"lastModified": 1738702386,
"narHash": "sha256-nJj8f78AYAxl/zqLiFGXn5Im1qjFKU8yBPKoWEeZN5M=",
2025-01-21 23:09:25 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2025-02-06 00:43:46 +00:00
"rev": "030ba1976b7c0e1a67d9716b17308ccdab5b381e",
2025-01-21 23:09:25 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-24.11",
"repo": "nixpkgs",
"type": "github"
}
},
2025-01-21 00:14:24 +00:00
"nixpkgs-lib": {
"locked": {
2025-01-25 15:42:38 +01:00
"lastModified": 1735774519,
"narHash": "sha256-CewEm1o2eVAnoqb6Ml+Qi9Gg/EfNAxbRx1lANGVyoLI=",
2025-01-21 00:14:24 +00:00
"type": "tarball",
2025-01-25 15:42:38 +01:00
"url": "https://github.com/NixOS/nixpkgs/archive/e9b51731911566bbf7e4895475a87fe06961de0b.tar.gz"
2025-01-21 00:14:24 +00:00
},
"original": {
"type": "tarball",
2025-01-25 15:42:38 +01:00
"url": "https://github.com/NixOS/nixpkgs/archive/e9b51731911566bbf7e4895475a87fe06961de0b.tar.gz"
2025-01-21 00:14:24 +00:00
}
},
2023-07-24 00:09:31 +02:00
"nixpkgs-stable": {
2023-04-23 01:03:53 +02:00
"locked": {
2025-01-02 16:29:05 +01:00
"lastModified": 1710695816,
"narHash": "sha256-3Eh7fhEID17pv9ZxrPwCLfqXnYP006RKzSs0JptsN84=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "614b4613980a522ba49f0d194531beddbb7220d3",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-23.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
2025-02-06 00:43:46 +00:00
"lastModified": 1738680400,
"narHash": "sha256-ooLh+XW8jfa+91F1nhf9OF7qhuA/y1ChLx6lXDNeY5U=",
"owner": "nixos",
"repo": "nixpkgs",
2025-02-06 00:43:46 +00:00
"rev": "799ba5bffed04ced7067a91798353d360788b30d",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2025-01-21 00:14:24 +00:00
"poetry2nix": {
"inputs": {
"flake-utils": [
"authentik-nix",
"flake-utils"
],
"nix-github-actions": "nix-github-actions",
"nixpkgs": [
"authentik-nix",
"nixpkgs"
],
"systems": [
"authentik-nix",
"systems"
],
"treefmt-nix": "treefmt-nix"
},
"locked": {
2025-01-25 15:42:38 +01:00
"lastModified": 1736884309,
"narHash": "sha256-eiCqmKl0BIRiYk5/ZhZozwn4/7Km9CWTbc15Cv+VX5k=",
2025-01-21 00:14:24 +00:00
"owner": "nix-community",
"repo": "poetry2nix",
2025-01-25 15:42:38 +01:00
"rev": "75d0515332b7ca269f6d7abfd2c44c47a7cbca7b",
2025-01-21 00:14:24 +00:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "poetry2nix",
"type": "github"
}
},
2025-01-02 16:29:05 +01:00
"pre-commit-hooks-nix": {
"inputs": {
"flake-compat": [
"lanzaboote",
"flake-compat"
],
"gitignore": "gitignore",
"nixpkgs": [
"lanzaboote",
"nixpkgs"
],
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1717664902,
"narHash": "sha256-7XfBuLULizXjXfBYy/VV+SpYMHreNRHk9nKMsm1bgb4=",
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "cc4d466cb1254af050ff7bdf47f6d404a7c646d1",
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"type": "github"
}
},
2022-05-25 19:27:42 +02:00
"root": {
"inputs": {
2025-01-21 00:14:24 +00:00
"authentik-nix": "authentik-nix",
"flake-utils": "flake-utils_2",
2025-01-02 16:29:05 +01:00
"lanzaboote": "lanzaboote",
2025-02-10 12:07:38 +01:00
"lix": "lix",
2025-01-21 23:09:25 +01:00
"lix-module": "lix-module",
2025-01-02 16:29:05 +01:00
"microvm": "microvm",
2025-01-01 16:37:23 +01:00
"nixos-hardware": "nixos-hardware",
2025-01-21 23:09:25 +01:00
"nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable",
2023-02-14 22:13:52 +01:00
"sops-nix": "sops-nix",
2025-02-02 20:50:39 +01:00
"tmux-yank": "tmux-yank",
"website": "website"
2022-05-25 19:27:42 +02:00
}
},
2025-01-02 16:29:05 +01:00
"rust-overlay": {
"inputs": {
"flake-utils": [
"lanzaboote",
"flake-utils"
],
"nixpkgs": [
"lanzaboote",
"nixpkgs"
]
},
"locked": {
"lastModified": 1717813066,
"narHash": "sha256-wqbRwq3i7g5EHIui0bIi84mdqZ/It1AXBSLJ5tafD28=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "6dc3e45fe4aee36efeed24d64fc68b1f989d5465",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
2022-05-25 19:27:42 +02:00
"sops-nix": {
"inputs": {
"nixpkgs": [
2025-01-21 23:09:25 +01:00
"nixpkgs"
2024-12-31 17:13:04 +01:00
]
2022-05-25 19:27:42 +02:00
},
"locked": {
2025-01-31 08:50:02 +01:00
"lastModified": 1738291974,
"narHash": "sha256-wkwYJc8cKmmQWUloyS9KwttBnja2ONRuJQDEsmef320=",
2022-05-25 19:27:42 +02:00
"owner": "Mic92",
"repo": "sops-nix",
2025-01-31 08:50:02 +01:00
"rev": "4c1251904d8a08c86ac6bc0d72cc09975e89aef7",
2022-05-25 19:27:42 +02:00
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "sops-nix",
"type": "github"
}
2023-02-14 22:13:52 +01:00
},
2025-01-02 16:29:05 +01:00
"spectrum": {
"flake": false,
"locked": {
"lastModified": 1708358594,
"narHash": "sha256-e71YOotu2FYA67HoC/voJDTFsiPpZNRwmiQb4f94OxQ=",
"ref": "refs/heads/main",
"rev": "6d0e73864d28794cdbd26ab7b37259ab0e1e044c",
"revCount": 614,
"type": "git",
"url": "https://spectrum-os.org/git/spectrum"
},
"original": {
"type": "git",
"url": "https://spectrum-os.org/git/spectrum"
}
},
2023-04-11 21:05:12 +02:00
"systems": {
2025-01-21 00:14:24 +00:00
"locked": {
"lastModified": 1689347949,
"narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=",
"owner": "nix-systems",
"repo": "default-linux",
"rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default-linux",
"type": "github"
}
},
"systems_2": {
2023-04-11 21:05:12 +02:00
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
2025-01-21 00:14:24 +00:00
"systems_3": {
2025-01-02 16:29:05 +01:00
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
2025-01-21 23:09:25 +01:00
"systems_4": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
2023-02-14 22:13:52 +01:00
"tmux-yank": {
"flake": false,
"locked": {
2023-07-26 14:14:03 +02:00
"lastModified": 1689770565,
"narHash": "sha256-/5HPaoOx2U2d8lZZJo5dKmemu6hKgHJYq23hxkddXpA=",
2023-02-14 22:13:52 +01:00
"owner": "tmux-plugins",
"repo": "tmux-yank",
2023-07-26 14:14:03 +02:00
"rev": "acfd36e4fcba99f8310a7dfb432111c242fe7392",
2023-02-14 22:13:52 +01:00
"type": "github"
},
"original": {
"owner": "tmux-plugins",
"repo": "tmux-yank",
"type": "github"
}
2025-01-21 00:14:24 +00:00
},
"treefmt-nix": {
"inputs": {
"nixpkgs": [
"authentik-nix",
"poetry2nix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1730120726,
"narHash": "sha256-LqHYIxMrl/1p3/kvm2ir925tZ8DkI0KA10djk8wecSk=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "9ef337e492a5555d8e17a51c911ff1f02635be15",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "treefmt-nix",
"type": "github"
}
2025-02-02 20:50:39 +01:00
},
"website": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2025-02-10 12:08:08 +01:00
"lastModified": 1739185568,
"narHash": "sha256-8wxwZP6WOWZCmpQzZlo5FG0Y8+hDr8O0U1cY6RB9OZQ=",
2025-02-02 20:50:39 +01:00
"ref": "main",
2025-02-10 12:08:08 +01:00
"rev": "a1ab95888f08020483584d028c68617bafd27b5f",
"revCount": 7,
2025-02-02 20:50:39 +01:00
"type": "git",
2025-02-10 12:08:08 +01:00
"url": "https://git.oxapentane.com/0xa/website.git"
2025-02-02 20:50:39 +01:00
},
"original": {
"ref": "main",
"type": "git",
2025-02-10 12:08:08 +01:00
"url": "https://git.oxapentane.com/0xa/website.git"
2025-02-02 20:50:39 +01:00
}
2022-05-25 19:27:42 +02:00
}
},
"root": "root",
"version": 7
}