feat(flake): switch to channels.nixos.org
All checks were successful
/ check (push) Successful in 9s
/ check-renovaterc (push) Successful in 4s
/ build-packages (push) Successful in 17s
/ build-vm (push) Successful in 3s
/ report-size (push) Successful in 4s

It saves ~15MB of downloads and since we have nixpkgs twice that is
30MB! (see https://github.com/tgirlcloud/lix-diff/issues/1)
This commit is contained in:
Jalil David Salamé Messina 2025-05-14 11:45:15 +02:00
parent c88d846855
commit ba2090ccde
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 26 additions and 32 deletions

View file

@ -8,8 +8,8 @@
# Flake inputs
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
unstable.follows = "nixvim/nixpkgs";
nixpkgs.url = "https://channels.nixos.org/nixos-24.11/nixexprs.tar.xz";
unstable.url = "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz";
# Lix
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/release-2.92.tar.gz";
@ -40,6 +40,7 @@
inputs = {
flake-parts.follows = "flake-parts";
systems.follows = "systems";
nixpkgs.follows = "unstable";
# disable optional inputs
nuschtosSearch.follows = "";
};