Revert "switch to nixpkgs hosteded by cache.nixos.org"

This reverts commit 8f6dd4acc4.
This commit is contained in:
Pablo Ovelleiro Corral
2025-02-25 09:04:27 +01:00
parent 46971aa51f
commit 500af543bb
2 changed files with 11 additions and 7 deletions

16
flake.lock generated
View File

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

View File

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