chore(flake): Switch to channel tarball for nixpkgs input

This commit is contained in:
Tristan Daniël Maat 2025-11-20 14:40:50 +08:00
parent 92b257e1af
commit 016ae5ec54
Signed by: tlater
GPG key ID: 02E935006CF2E8E7
2 changed files with 8 additions and 11 deletions

17
flake.lock generated
View file

@ -299,18 +299,15 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1760782625, "lastModified": 1763509821,
"narHash": "sha256-qeSmHF66cMiHObiBhm8IngmqDBEcqNdBSSoAjuE6tTw=", "narHash": "sha256-ibZr0ONEUA1W2WAdTzgm9/6jBE+tM20j1YW2FK4RZ/k=",
"owner": "nixos", "rev": "659aa6fa27619d04de231b4cc0c938905dfa01e9",
"repo": "nixpkgs", "type": "tarball",
"rev": "f2ee78c4eb601be36a277e1779a7a87655419dad", "url": "https://releases.nixos.org/nixos/25.05-small/nixos-25.05.812929.659aa6fa2761/nixexprs.tar.xz?lastModified=1763509821&rev=659aa6fa27619d04de231b4cc0c938905dfa01e9"
"type": "github"
}, },
"original": { "original": {
"owner": "nixos", "type": "tarball",
"ref": "nixos-25.05-small", "url": "https://channels.nixos.org/nixos-25.05-small/nixexprs.tar.xz"
"repo": "nixpkgs",
"type": "github"
} }
}, },
"pre-commit-hooks": { "pre-commit-hooks": {

View file

@ -2,7 +2,7 @@
description = "tlater.net host configuration"; description = "tlater.net host configuration";
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05-small"; nixpkgs.url = "https://channels.nixos.org/nixos-25.05-small/nixexprs.tar.xz";
## Nix/OS utilities ## Nix/OS utilities