Stick to the nixos-unstable branch so folks that use the public build
cache get cache hits.
In particular, make sure to pick up
e8cc900eaec34c2b7399678f0cd47c1b0e36a6ef, which makes useNixStoreImage
actually work.
"nodes": {
"nixpkgs": {
"locked": {
"nodes": {
"nixpkgs": {
"locked": {
- "lastModified": 1635141467,
- "narHash": "sha256-H+TVE6tBSm4nAepm7HRfW7AcrndI5e4+TJwCQo4/z+s=",
+ "lastModified": 1639876010,
+ "narHash": "sha256-naGsoUfsY92NaIGiFI8XFXBnesw8BQGe694xcfaLMDI=",
"owner": "NixOS",
"repo": "nixpkgs",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "38d21595b8fb0a744aa31c5794013bf42cf98fa9",
+ "rev": "395879c28386e1abf20c7ecacd45880759548391",
"type": "github"
},
"original": {
"type": "github"
},
"original": {
- "id": "nixpkgs",
- "type": "indirect"
+ "owner": "NixOS",
+ "ref": "nixos-unstable",
+ "repo": "nixpkgs",
+ "type": "github"
+ inputs.nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
outputs = { self, nixpkgs, }:
let
inherit (nixpkgs.lib) genAttrs;
outputs = { self, nixpkgs, }:
let
inherit (nixpkgs.lib) genAttrs;