sourcegraph/flake.lock
Keegan Carruthers-Smith 866c28b2ac
nix: switch to unpinned nixpkgs (#46482)
Previously we had a pinned input with nix flakes. This switches to
following nixos-22.11. This will allow us to update inputs now via nix
flake update.

Note: I don't pretend to understand flakes properly yet, so this might
be doing something wrong.

Test Plan: nix develop
2023-01-16 13:10:38 +02:00

27 lines
538 B
JSON

{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1673704454,
"narHash": "sha256-5Wdj1MgdOgn3+dMFIBtg+IAYZApjF8JzwLWDPieg0C4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a83ed85c14fcf242653df6f4b0974b7e1c73c6c6",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-22.11",
"type": "indirect"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}