~vonfry/website

53925916767ae6d7959d8143be172d2b3d50f98f — Vonfry 1 year, 1 month ago b3102c6
dev/nix: update flake
2 files changed, 4 insertions(+), 4 deletions(-)

M flake.lock
M flake.nix
M flake.lock => flake.lock +3 -3
@@ 2,11 2,11 @@
  "nodes": {
    "nixpkgs": {
      "locked": {
        "lastModified": 1648434160,
        "narHash": "sha256-laeBDe/ZqyMRKRB1YYKchCVq571JD51BqfId7IMjcTs=",
        "lastModified": 1693490127,
        "narHash": "sha256-U9z3Or1ZrzUcGYr8hzW+YFTwMG3SJWjhCGZFM17IJ+Q=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "609816b0cec57b379c4e72abe0869511cf4fd582",
        "rev": "8b64dc8fae581a5d2806e531fa0a5a5942dae35c",
        "type": "github"
      },
      "original": {

M flake.nix => flake.nix +1 -1
@@ 6,7 6,7 @@
      pkgs = nixpkgs.legacyPackages.${system};
    in {
      devShell.${system} = with pkgs; mkShell {
        buildInputs = [ hugo ];
        buildInputs = [ hugo hut ];
      };
    };
}