flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/963006aab35e3e8ebbf6052b6bf4ea712fdd3c28' (2023-05-16)
  → 'github:NixOS/nixpkgs/66aedfd010204949cb225cf749be08cb13ce1813' (2023-08-02)
This commit is contained in:
778a69cd 2023-08-03 16:49:50 +02:00
parent 496ba488b6
commit 11c1590cac
2 changed files with 6 additions and 6 deletions

View file

@ -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": {

View file

@ -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
];
};