switch to nixpkgs hosteded by cache.nixos.org

This now works thanks to https://github.com/NixOS/infra/pull/562
This commit is contained in:
Jörg Thalheim
2025-02-24 10:43:34 +07:00
parent b0bc22ebfa
commit 30fc207dc5
2 changed files with 7 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
description = "clan.lol base operating system";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "https://nixos.org/channels/nixpkgs-unstable/nixexprs.tar.xz";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";