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 f3cbd0b289
commit 8f6dd4acc4
2 changed files with 7 additions and 11 deletions

16
flake.lock generated
View File

@@ -57,18 +57,14 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1739512841, "lastModified": 315532800,
"narHash": "sha256-Zc+K4AxAwFaWKK18nSl/3TKidGf46En7bfK8SL+Revg=", "narHash": "sha256-l6Og4eVZ7VaFjz42gFrm+fdiwofF0e+Cx3e0aDn3ZI0=",
"owner": "NixOS", "type": "tarball",
"repo": "nixpkgs", "url": "https://releases.nixos.org/nixpkgs/nixpkgs-25.05pre755883.dad564433178/nixexprs.tar.xz"
"rev": "fada727ee7c0bd487e311dede0a2b0725a0f7765",
"type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "type": "tarball",
"ref": "nixpkgs-unstable", "url": "https://nixos.org/channels/nixpkgs-unstable/nixexprs.tar.xz"
"repo": "nixpkgs",
"type": "github"
} }
}, },
"root": { "root": {

View File

@@ -2,7 +2,7 @@
description = "clan.lol base operating system"; description = "clan.lol base operating system";
inputs = { 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.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs"; flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";