This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

use unstable nixpkgs

it has the version of nix-fast-build that supports attic

+5 -5
+4 -4
flake.lock
··· 181 181 }, 182 182 "nixpkgs": { 183 183 "locked": { 184 - "lastModified": 1735412871, 185 - "narHash": "sha256-Qoz0ow6jDGUIBHxduc7Y1cjYFS71tvEGJV5Src/mj98=", 184 + "lastModified": 1736883708, 185 + "narHash": "sha256-uQ+NQ0/xYU0N1CnXsa2zghgNaOPxWpMJXSUJJ9W7140=", 186 186 "owner": "nixos", 187 187 "repo": "nixpkgs", 188 - "rev": "9f94733f93e4fe6e82f516efae007096e4ab5a21", 188 + "rev": "eb62e6aa39ea67e0b8018ba8ea077efe65807dc8", 189 189 "type": "github" 190 190 }, 191 191 "original": { 192 192 "owner": "nixos", 193 - "ref": "nixos-24.11", 193 + "ref": "nixos-unstable", 194 194 "repo": "nixpkgs", 195 195 "type": "github" 196 196 }
+1 -1
flake.nix
··· 2 2 description = "Packages for Linux on WebAssembly"; 3 3 4 4 inputs = { 5 - nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; 5 + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; 6 6 flake-parts = { 7 7 url = "github:hercules-ci/flake-parts"; 8 8 inputs.nixpkgs-lib.follows = "nixpkgs";