flake: switch to nixpkgs via the Tarball protocol
see https://github.com/NixOS/infra/pull/562
This commit is contained in:
parent
866f023b4c
commit
4fba84bc9d
2 changed files with 10 additions and 12 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue