nixos-config/flake.lock

145 lines
3.7 KiB
Text
Raw Normal View History

2025-08-21 16:42:50 +02:00
{
"nodes": {
2025-09-16 12:11:06 +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-08-21 16:42:50 +02:00
"home-manager": {
"inputs": {
"nixpkgs": [
2025-09-05 09:59:31 +02:00
"nixpkgs-unstable"
2025-08-21 16:42:50 +02:00
]
},
"locked": {
2025-10-05 00:04:46 +02:00
"lastModified": 1759573136,
"narHash": "sha256-ILSPD0Dm8p0w0fCVzOx98ZH8yFDrR75GmwmH3fS2VnE=",
2025-08-21 16:42:50 +02:00
"owner": "nix-community",
"repo": "home-manager",
2025-10-05 00:04:46 +02:00
"rev": "5f06ceafc6c9b773a776b9195c3f47bbe1defa43",
2025-08-21 16:42:50 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
2025-09-05 09:59:31 +02:00
"home-manager-stable": {
"inputs": {
"nixpkgs": [
"nixpkgs-stable"
]
},
"locked": {
2025-09-29 18:31:05 +02:00
"lastModified": 1758463745,
"narHash": "sha256-uhzsV0Q0I9j2y/rfweWeGif5AWe0MGrgZ/3TjpDYdGA=",
2025-09-05 09:59:31 +02:00
"owner": "nix-community",
"repo": "home-manager",
2025-09-29 18:31:05 +02:00
"rev": "3b955f5f0a942f9f60cdc9cacb7844335d0f21c3",
2025-09-05 09:59:31 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-25.05",
"repo": "home-manager",
"type": "github"
}
},
2025-09-16 12:11:06 +02:00
"nixpkgs": {
"locked": {
2025-10-05 00:04:46 +02:00
"lastModified": 1759381078,
"narHash": "sha256-gTrEEp5gEspIcCOx9PD8kMaF1iEmfBcTbO0Jag2QhQs=",
2025-09-16 12:11:06 +02:00
"owner": "nixos",
"repo": "nixpkgs",
2025-10-05 00:04:46 +02:00
"rev": "7df7ff7d8e00218376575f0acdcc5d66741351ee",
2025-09-16 12:11:06 +02:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2025-09-05 09:59:31 +02:00
"nixpkgs-stable": {
"locked": {
2025-10-05 00:04:46 +02:00
"lastModified": 1759439645,
"narHash": "sha256-oiAyQaRilPk525Z5aTtTNWNzSrcdJ7IXM0/PL3CGlbI=",
2025-09-22 08:25:42 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2025-10-05 00:04:46 +02:00
"rev": "879bd460b3d3e8571354ce172128fbcbac1ed633",
2025-09-05 09:59:31 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-25.05",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-unstable": {
2025-08-21 16:42:50 +02:00
"locked": {
2025-10-05 00:04:46 +02:00
"lastModified": 1759543899,
"narHash": "sha256-yu9gsM5Tw4wHxZLSywbyvLnNkn/0qvcQ0r3D5FbIf9w=",
2025-09-22 08:25:42 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2025-10-05 00:04:46 +02:00
"rev": "6c4f138b35597e4676611e7ea341c251a98112f9",
2025-08-21 16:42:50 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable-small",
"repo": "nixpkgs",
"type": "github"
}
},
2025-09-16 12:11:06 +02:00
"nur": {
"inputs": {
"flake-parts": "flake-parts",
"nixpkgs": "nixpkgs"
},
"locked": {
2025-10-05 00:04:46 +02:00
"lastModified": 1759614609,
"narHash": "sha256-psvkqVBJDv/A2I5pXOIn5rFWYCx0C2ogUmYNA/WH1ys=",
2025-09-22 08:25:42 +02:00
"owner": "nix-community",
"repo": "NUR",
2025-10-05 00:04:46 +02:00
"rev": "2edcb08c08b541088834d35cf560601038b3c3a2",
2025-09-16 12:11:06 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "NUR",
"type": "github"
}
},
2025-08-21 16:42:50 +02:00
"root": {
"inputs": {
"home-manager": "home-manager",
2025-09-05 09:59:31 +02:00
"home-manager-stable": "home-manager-stable",
"nixpkgs-stable": "nixpkgs-stable",
2025-09-16 12:11:06 +02:00
"nixpkgs-unstable": "nixpkgs-unstable",
"nur": "nur"
2025-08-21 16:42:50 +02:00
}
}
},
"root": "root",
"version": 7
}