My Blog, build with Norgolith blog.ladas552.me
blog

Change nixos github to nixos channel

Ladas552 e89cface fa86259d

+7 -10
+6 -9
flake.lock
··· 20 20 }, 21 21 "nixpkgs": { 22 22 "locked": { 23 - "lastModified": 1749285348, 24 - "narHash": "sha256-frdhQvPbmDYaScPFiCnfdh3B/Vh81Uuoo0w5TkWmmjU=", 25 - "owner": "nixos", 26 - "repo": "nixpkgs", 23 + "lastModified": 1749393960, 24 + "narHash": "sha256-qYyUe0adJrvE1imY6TDUgCao1WR2g6vIYzJ8SGcf3l0=", 27 25 "rev": "3e3afe5174c561dee0df6f2c2b2236990146329f", 28 - "type": "github" 26 + "type": "tarball", 27 + "url": "https://releases.nixos.org/nixos/unstable/nixos-25.11pre811950.3e3afe5174c5/nixexprs.tar.xz" 29 28 }, 30 29 "original": { 31 - "owner": "nixos", 32 - "ref": "nixos-unstable", 33 - "repo": "nixpkgs", 34 - "type": "github" 30 + "type": "tarball", 31 + "url": "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz" 35 32 } 36 33 }, 37 34 "nixpkgs_2": {
+1 -1
flake.nix
··· 2 2 description = "Shell with norgolith"; 3 3 4 4 inputs = { 5 - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; 5 + nixpkgs.url = "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz"; 6 6 7 7 norgolith.url = "github:NTBBloodbath/norgolith"; 8 8 };