fediversity.eu/flake.lock
Arnout Engelen 96642652ad
WIP: add flake devShell
Adds a flake so you can use `nix develop` to enter a devShell where
you can use `hugo` to regenerate the site.

Unfortunately this does not quite work yet: it makes various incorrect
changes to the site, such as replacing links in the menu with `/`.
2024-09-23 14:46:14 +02:00

28 lines
567 B
JSON

{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1726937504,
"narHash": "sha256-bvGoiQBvponpZh8ClUcmJ6QnsNKw0EMrCQJARK3bI1c=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9357f4f23713673f310988025d9dc261c20e70c6",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}