diff --git a/flake.lock b/flake.lock index 194889d5b..eeb52c74b 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1684215771, - "narHash": "sha256-fsum28z+g18yreNa1Y7MPo9dtps5h1VkHfZbYQ+YPbk=", + "lastModified": 1691006197, + "narHash": "sha256-DbtxVWPt+ZP5W0Usg7jAyTomIM//c3Jtfa59Ht7AV8s=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "963006aab35e3e8ebbf6052b6bf4ea712fdd3c28", + "rev": "66aedfd010204949cb225cf749be08cb13ce1813", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index a992d30e9..86ae38e51 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "A very basic flake"; + description = "Mobilizon fork for potsda.mn"; inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; @@ -18,10 +18,10 @@ cmake imagemagick (yarn.override { - nodejs = nodejs-16_x; + nodejs = nodejs-18_x; }) yarn2nix - nodejs-16_x + nodejs-18_x ]; };