nix: update flake lockfile, fix update procedure

This commit is contained in:
2025-02-18 22:41:00 +01:00
parent 7edfb9d386
commit d814f7ee77
4 changed files with 14 additions and 8 deletions

View File

@ -2,7 +2,7 @@
description = "Tilde Friends is a platform for making, running, and sharing web applications.";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
flake-utils.url = "github:numtide/flake-utils";
};