flake: switch to nixpkgs via the Tarball protocol

see https://github.com/NixOS/infra/pull/562
This commit is contained in:
Bloxx12 2025-07-08 16:19:30 +02:00
commit 4fba84bc9d
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
2 changed files with 10 additions and 12 deletions

View file

@ -40,8 +40,9 @@
templates = import ./templates;
};
inputs = {
# Unstable nixpkgs baby!
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# Unstable nixpkgs, using the new Lockable HTTP Tarball protocol
# https://github.com/NixOS/infra/pull/562.
nixpkgs.url = "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz";
systems.url = "github:nix-systems/default-linux";