nixos-config/flake.lock

502 lines
14 KiB
Text
Raw Normal View History

{
"nodes": {
2024-12-10 13:37:56 +01:00
"agenix": {
"inputs": {
"darwin": "darwin",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",
"systems": "systems"
},
"locked": {
2025-01-19 20:55:31 +01:00
"lastModified": 1736955230,
"narHash": "sha256-uenf8fv2eG5bKM8C/UvFaiJMZ4IpUFaQxk9OH5t/1gA=",
2024-12-10 13:37:56 +01:00
"owner": "ryantm",
"repo": "agenix",
2025-01-19 20:55:31 +01:00
"rev": "e600439ec4c273cf11e06fe4d9d906fb98fa097c",
2024-12-10 13:37:56 +01:00
"type": "github"
},
"original": {
"owner": "ryantm",
"repo": "agenix",
"type": "github"
}
},
2024-07-28 11:15:10 +02:00
"crane": {
"locked": {
2025-01-23 09:09:32 +01:00
"lastModified": 1731098351,
"narHash": "sha256-HQkYvKvaLQqNa10KEFGgWHfMAbWBfFp+4cAgkut+NNE=",
2024-07-28 11:15:10 +02:00
"owner": "ipetkov",
"repo": "crane",
2025-01-23 09:09:32 +01:00
"rev": "ef80ead953c1b28316cc3f8613904edc2eb90c28",
2024-07-28 11:15:10 +02:00
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
2024-09-28 22:11:30 +02:00
"dalaran-fr": {
"locked": {
2025-01-19 20:55:31 +01:00
"lastModified": 1737128014,
"narHash": "sha256-6W2+5g4IrPTWWAzd1iZj6XiLaTqudqy5mPAsYG9uiuc=",
"rev": "a3aea7de7f5db6fbb25a241f44695daf285aed81",
2024-09-28 22:11:30 +02:00
"type": "tarball",
2025-01-19 20:55:31 +01:00
"url": "https://git.dalaran.fr/api/v1/repos/dala/dalaran.fr/archive/a3aea7de7f5db6fbb25a241f44695daf285aed81.tar.gz?rev=a3aea7de7f5db6fbb25a241f44695daf285aed81"
2024-09-28 22:11:30 +02:00
},
"original": {
"type": "tarball",
"url": "https://git.dalaran.fr/dala/dalaran.fr/archive/main.tar.gz"
}
},
2024-12-10 13:37:56 +01:00
"darwin": {
"inputs": {
"nixpkgs": [
"agenix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1700795494,
"narHash": "sha256-gzGLZSiOhf155FW7262kdHo2YDeugp3VuIFb4/GGng0=",
"owner": "lnl7",
"repo": "nix-darwin",
"rev": "4b9b83d5a92e8c1fbfd8eb27eda375908c11ec4d",
"type": "github"
},
"original": {
"owner": "lnl7",
"ref": "master",
"repo": "nix-darwin",
"type": "github"
}
},
2023-11-19 17:00:09 +01:00
"extra-config": {
"locked": {
2025-01-12 13:30:09 +01:00
"lastModified": 1736683904,
"narHash": "sha256-HgTgHiWmGxaolrZpHE+1Z7CdOWgD0k/T31AZusxMIdw=",
2023-11-19 17:00:09 +01:00
"ref": "refs/heads/main",
2025-01-12 13:30:09 +01:00
"rev": "8a54c1cda37f0e2ad6696053e93d0c84f43d6da2",
"revCount": 12,
2023-11-19 17:00:09 +01:00
"type": "git",
2024-07-27 16:10:56 +02:00
"url": "ssh://forgejo@git.dalaran.fr/dala/nixos-config-extra.git"
2023-11-19 17:00:09 +01:00
},
"original": {
"type": "git",
2024-07-27 16:10:56 +02:00
"url": "ssh://forgejo@git.dalaran.fr/dala/nixos-config-extra.git"
2023-11-19 17:00:09 +01:00
}
},
2024-07-28 11:15:10 +02:00
"flake-compat": {
"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"
}
},
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
"lanzaboote",
"nixpkgs"
]
},
"locked": {
2025-01-23 09:09:32 +01:00
"lastModified": 1730504689,
"narHash": "sha256-hgmguH29K2fvs9szpq2r3pz2/8cJd2LPS+b4tfNFCwE=",
2024-07-28 11:15:10 +02:00
"owner": "hercules-ci",
"repo": "flake-parts",
2025-01-23 09:09:32 +01:00
"rev": "506278e768c2a08bec68eb62932193e341f55c90",
2024-07-28 11:15:10 +02:00
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"flake-utils": {
"inputs": {
2024-12-10 13:37:56 +01:00
"systems": "systems_2"
},
"locked": {
2024-11-13 22:51:38 +01:00
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide",
"repo": "flake-utils",
2024-11-13 22:51:38 +01:00
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2024-07-15 10:16:54 +02:00
"flake-utils_2": {
"inputs": {
2024-12-10 13:37:56 +01:00
"systems": "systems_3"
2024-07-15 10:16:54 +02:00
},
"locked": {
2025-01-19 20:55:31 +01:00
"lastModified": 1731533236,
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
2024-07-15 10:16:54 +02:00
"owner": "numtide",
"repo": "flake-utils",
2025-01-19 20:55:31 +01:00
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
2024-07-15 10:16:54 +02:00
"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"
}
},
2024-07-28 11:15:10 +02: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"
}
},
"home-manager": {
2024-12-10 13:37:56 +01:00
"inputs": {
"nixpkgs": [
"agenix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1703113217,
"narHash": "sha256-7ulcXOk63TIT2lVDSExj7XzFx09LpdSAPtvgtM7yQPE=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "3bfaacf46133c037bb356193bd2f1765d9dc82c1",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"home-manager_2": {
"inputs": {
"nixpkgs": [
"nixpkgs-unstable"
]
},
"locked": {
2025-02-03 16:12:14 +01:00
"lastModified": 1738448366,
"narHash": "sha256-4ATtQqBlgsGqkHTemta0ydY6f7JBRXz4Hf574NHQpkg=",
"owner": "nix-community",
"repo": "home-manager",
2025-02-03 16:12:14 +01:00
"rev": "18fa9f323d8adbb0b7b8b98a8488db308210ed93",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
2024-07-28 11:15:10 +02:00
"lanzaboote": {
"inputs": {
"crane": "crane",
"flake-compat": "flake-compat",
"flake-parts": "flake-parts",
2024-12-10 13:37:56 +01:00
"nixpkgs": "nixpkgs_2",
2024-07-28 11:15:10 +02:00
"pre-commit-hooks-nix": "pre-commit-hooks-nix",
"rust-overlay": "rust-overlay"
},
"locked": {
2025-02-03 16:12:14 +01:00
"lastModified": 1737639419,
"narHash": "sha256-AEEDktApTEZ5PZXNDkry2YV2k6t0dTgLPEmAZbnigXU=",
2024-07-28 11:15:10 +02:00
"owner": "nix-community",
"repo": "lanzaboote",
2025-02-03 16:12:14 +01:00
"rev": "a65905a09e2c43ff63be8c0e86a93712361f871e",
2024-07-28 11:15:10 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "lanzaboote",
"type": "github"
}
},
2024-07-15 10:16:54 +02:00
"lix": {
"inputs": {
2025-01-23 09:09:32 +01:00
"flake-utils": "flake-utils_2",
2024-07-15 10:16:54 +02:00
"flakey-profile": "flakey-profile",
"lix": "lix_2",
2024-12-10 13:37:56 +01:00
"nixpkgs": "nixpkgs_3"
2024-07-15 10:16:54 +02:00
},
"locked": {
2025-01-19 20:55:31 +01:00
"lastModified": 1737237494,
"narHash": "sha256-YMLrcBpf0TR5r/eaqm8lxzFPap2TxCor0ZGcK3a7+b8=",
"rev": "b90bf629bbd835e61f1317b99e12f8c831017006",
2024-07-15 10:16:54 +02:00
"type": "tarball",
2025-01-19 20:55:31 +01:00
"url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/b90bf629bbd835e61f1317b99e12f8c831017006.tar.gz?rev=b90bf629bbd835e61f1317b99e12f8c831017006"
2024-07-15 10:16:54 +02:00
},
"original": {
"type": "tarball",
2025-01-19 20:55:31 +01:00
"url": "https://git.lix.systems/lix-project/nixos-module/archive/2.92.0.tar.gz"
2024-07-15 10:16:54 +02:00
}
},
"lix_2": {
"flake": false,
"locked": {
2025-01-19 20:55:31 +01:00
"lastModified": 1737234286,
"narHash": "sha256-CCKIAE84dzkrnlxJCKFyffAxP3yfsOAbdvydUGqq24g=",
"rev": "2837da71ec1588c1187d2e554719b15904a46c8b",
2024-07-15 10:16:54 +02:00
"type": "tarball",
2025-01-19 20:55:31 +01:00
"url": "https://git.lix.systems/api/v1/repos/lix-project/lix/archive/2837da71ec1588c1187d2e554719b15904a46c8b.tar.gz?rev=2837da71ec1588c1187d2e554719b15904a46c8b"
2024-07-15 10:16:54 +02:00
},
"original": {
"type": "tarball",
2025-01-19 20:55:31 +01:00
"url": "https://git.lix.systems/lix-project/lix/archive/2.92.0.tar.gz"
2024-07-15 10:16:54 +02:00
}
},
2024-07-28 11:15:10 +02:00
"nixpkgs": {
"locked": {
2024-12-10 13:37:56 +01:00
"lastModified": 1703013332,
"narHash": "sha256-+tFNwMvlXLbJZXiMHqYq77z/RfmpfpiI3yjL6o/Zo9M=",
2024-07-28 11:15:10 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2024-12-10 13:37:56 +01:00
"rev": "54aac082a4d9bb5bbc5c4e899603abfb76a3f6d6",
2024-07-28 11:15:10 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
2024-12-10 13:37:56 +01:00
"ref": "nixos-unstable",
2024-07-28 11:15:10 +02:00
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-stable": {
2024-07-28 11:15:10 +02:00
"locked": {
2025-01-23 09:09:32 +01:00
"lastModified": 1730741070,
"narHash": "sha256-edm8WG19kWozJ/GqyYx2VjW99EdhjKwbY3ZwdlPAAlo=",
2024-07-28 11:15:10 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2025-01-23 09:09:32 +01:00
"rev": "d063c1dd113c91ab27959ba540c0d9753409edf3",
2024-07-28 11:15:10 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
2025-01-23 09:09:32 +01:00
"ref": "nixos-24.05",
2024-07-28 11:15:10 +02:00
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-stable_2": {
"locked": {
2025-02-03 16:12:14 +01:00
"lastModified": 1738435198,
"narHash": "sha256-5+Hmo4nbqw8FrW85FlNm4IIrRnZ7bn0cmXlScNsNRLo=",
"owner": "NixOS",
"repo": "nixpkgs",
2025-02-03 16:12:14 +01:00
"rev": "f6687779bf4c396250831aa5a32cbfeb85bb07a3",
"type": "github"
},
"original": {
"owner": "NixOS",
2024-12-01 12:39:43 +01:00
"ref": "nixos-24.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
2025-02-03 16:12:14 +01:00
"lastModified": 1738410390,
"narHash": "sha256-xvTo0Aw0+veek7hvEVLzErmJyQkEcRk6PSR4zsRQFEc=",
"owner": "NixOS",
"repo": "nixpkgs",
2025-02-03 16:12:14 +01:00
"rev": "3a228057f5b619feb3186e986dbe76278d707b6e",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2024-10-10 20:16:42 +02:00
"nixpkgs_2": {
2024-12-10 13:37:56 +01:00
"locked": {
2025-01-23 09:09:32 +01:00
"lastModified": 1731919951,
"narHash": "sha256-vOM6ETpl1yu9KLi/icTmLJIPbbdJCdAVYUXZceO/Ce4=",
2024-12-10 13:37:56 +01:00
"owner": "NixOS",
"repo": "nixpkgs",
2025-01-23 09:09:32 +01:00
"rev": "04386ac325a813047fc314d4b4d838a5b1e3c7fe",
2024-12-10 13:37:56 +01:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable-small",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_3": {
2024-10-10 20:16:42 +02:00
"locked": {
2025-01-19 20:55:31 +01:00
"lastModified": 1737062831,
"narHash": "sha256-Tbk1MZbtV2s5aG+iM99U8FqwxU/YNArMcWAv6clcsBc=",
2024-10-10 20:16:42 +02:00
"owner": "nixos",
"repo": "nixpkgs",
2025-01-19 20:55:31 +01:00
"rev": "5df43628fdf08d642be8ba5b3625a6c70731c19c",
2024-10-10 20:16:42 +02:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2024-07-28 11:15:10 +02:00
"pre-commit-hooks-nix": {
"inputs": {
"flake-compat": [
"lanzaboote",
"flake-compat"
],
"gitignore": "gitignore",
"nixpkgs": [
"lanzaboote",
"nixpkgs"
],
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
2025-01-23 09:09:32 +01:00
"lastModified": 1731363552,
"narHash": "sha256-vFta1uHnD29VUY4HJOO/D6p6rxyObnf+InnSMT4jlMU=",
2024-07-28 11:15:10 +02:00
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
2025-01-23 09:09:32 +01:00
"rev": "cd1af27aa85026ac759d5d3fccf650abe7e1bbf0",
2024-07-28 11:15:10 +02:00
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"type": "github"
}
},
"root": {
"inputs": {
2024-12-10 13:37:56 +01:00
"agenix": "agenix",
2024-09-28 22:11:30 +02:00
"dalaran-fr": "dalaran-fr",
2023-11-19 17:00:09 +01:00
"extra-config": "extra-config",
"flake-utils": "flake-utils",
2024-12-10 13:37:56 +01:00
"home-manager": "home-manager_2",
2024-07-28 11:15:10 +02:00
"lanzaboote": "lanzaboote",
2024-10-10 20:16:42 +02:00
"lix": "lix",
2024-07-28 11:15:10 +02:00
"nixpkgs-stable": "nixpkgs-stable_2",
2024-12-10 13:37:56 +01:00
"nixpkgs-unstable": "nixpkgs-unstable"
}
},
2024-07-28 11:15:10 +02:00
"rust-overlay": {
"inputs": {
"nixpkgs": [
"lanzaboote",
"nixpkgs"
]
},
"locked": {
2025-01-23 09:09:32 +01:00
"lastModified": 1731897198,
"narHash": "sha256-Ou7vLETSKwmE/HRQz4cImXXJBr/k9gp4J4z/PF8LzTE=",
2024-07-28 11:15:10 +02:00
"owner": "oxalica",
"repo": "rust-overlay",
2025-01-23 09:09:32 +01:00
"rev": "0be641045af6d8666c11c2c40e45ffc9667839b5",
2024-07-28 11:15:10 +02:00
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
2024-12-10 13:37:56 +01:00
"systems": {
"locked": {
2024-12-10 13:37:56 +01:00
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
2024-12-10 13:37:56 +01:00
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
2024-12-10 13:37:56 +01:00
"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"
}
2024-07-15 10:16:54 +02:00
},
2024-12-10 13:37:56 +01:00
"systems_3": {
2024-07-15 10:16:54 +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"
}
}
},
"root": "root",
"version": 7
}