nixos_config/flake.lock

187 lines
4.7 KiB
Text
Raw Normal View History

2025-07-21 19:53:17 +02:00
{
"nodes": {
2025-09-04 09:30:33 +02:00
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
"nur",
"nixpkgs"
]
},
"locked": {
"lastModified": 1733312601,
"narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
2025-09-04 15:05:45 +02:00
"flake-parts_2": {
"inputs": {
"nixpkgs-lib": [
"nur-unstable",
"nixpkgs"
]
},
"locked": {
"lastModified": 1733312601,
"narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
2025-07-21 19:53:17 +02:00
"flake-utils": {
"inputs": {
"systems": "systems"
},
"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"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2025-08-25 16:01:00 +02:00
"lastModified": 1755928099,
"narHash": "sha256-OILVkfhRCm8u18IZ2DKR8gz8CVZM2ZcJmQBXmjFLIfk=",
2025-07-21 19:53:17 +02:00
"owner": "nix-community",
"repo": "home-manager",
2025-08-25 16:01:00 +02:00
"rev": "4a44fb9f7555da362af9d499817084f4288a957f",
2025-07-21 19:53:17 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
2025-08-25 16:01:00 +02:00
"ref": "release-25.05",
2025-07-21 19:53:17 +02:00
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2025-08-25 16:01:00 +02:00
"lastModified": 1755922037,
"narHash": "sha256-wY1+2JPH0ZZC4BQefoZw/k+3+DowFyfOxv17CN/idKs=",
2025-07-21 19:53:17 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2025-08-25 16:01:00 +02:00
"rev": "b1b3291469652d5a2edb0becc4ef0246fff97a7c",
2025-07-21 19:53:17 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
2025-08-25 16:01:00 +02:00
"ref": "nixos-25.05",
2025-07-21 19:53:17 +02:00
"repo": "nixpkgs",
"type": "github"
}
},
2025-08-08 21:43:53 +02:00
"nixpkgs-unstable": {
2025-07-21 19:53:17 +02:00
"locked": {
2025-08-25 16:01:00 +02:00
"lastModified": 1755615617,
"narHash": "sha256-HMwfAJBdrr8wXAkbGhtcby1zGFvs+StOp19xNsbqdOg=",
2025-07-21 19:53:17 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2025-08-25 16:01:00 +02:00
"rev": "20075955deac2583bb12f07151c2df830ef346b4",
2025-07-21 19:53:17 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
2025-08-08 21:43:53 +02:00
"ref": "nixos-unstable",
2025-07-21 19:53:17 +02:00
"repo": "nixpkgs",
"type": "github"
}
},
2025-09-04 15:05:45 +02:00
"nur": {
"inputs": {
"flake-parts": "flake-parts",
"nixpkgs": [
"nixpkgs"
]
2025-09-04 09:30:33 +02:00
},
"locked": {
2025-09-04 15:05:45 +02:00
"lastModified": 1756986193,
"narHash": "sha256-YFCcCPTR6YajgpcoZSC0jtSPiG6qPukYpsdmQCEPIis=",
"owner": "nix-community",
"repo": "NUR",
"rev": "d7843c8e7bcd55ebc4ba26d4d618bafaa41268f6",
2025-09-04 09:30:33 +02:00
"type": "github"
},
"original": {
2025-09-04 15:05:45 +02:00
"owner": "nix-community",
"repo": "NUR",
2025-09-04 09:30:33 +02:00
"type": "github"
}
},
2025-09-04 15:05:45 +02:00
"nur-unstable": {
2025-09-04 09:30:33 +02:00
"inputs": {
2025-09-04 15:05:45 +02:00
"flake-parts": "flake-parts_2",
"nixpkgs": [
"nixpkgs-unstable"
]
2025-09-04 09:30:33 +02:00
},
"locked": {
2025-09-04 15:05:45 +02:00
"lastModified": 1756986193,
"narHash": "sha256-YFCcCPTR6YajgpcoZSC0jtSPiG6qPukYpsdmQCEPIis=",
2025-09-04 09:30:33 +02:00
"owner": "nix-community",
"repo": "NUR",
2025-09-04 15:05:45 +02:00
"rev": "d7843c8e7bcd55ebc4ba26d4d618bafaa41268f6",
2025-09-04 09:30:33 +02:00
"type": "github"
},
"original": {
2025-09-04 15:05:45 +02:00
"owner": "nix-community",
"repo": "NUR",
"type": "github"
2025-09-04 09:30:33 +02:00
}
},
2025-07-21 19:53:17 +02:00
"root": {
"inputs": {
"flake-utils": "flake-utils",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",
2025-09-04 09:30:33 +02:00
"nixpkgs-unstable": "nixpkgs-unstable",
"nur": "nur",
2025-09-04 15:05:45 +02:00
"nur-unstable": "nur-unstable"
2025-07-21 19:53:17 +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"
}
}
},
"root": "root",
"version": 7
}