Fix update flake (#31626)

(cherry picked from commit 957c75bfd21b7ff15c37eae5c8cd86bae974ac5d)
This commit is contained in:
6543 2024-07-12 09:25:54 -07:00 committed by Gergely Nagy
parent c773ca37ad
commit c440c5b3d9
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View file

@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1717974879, "lastModified": 1720542800,
"narHash": "sha256-GTO3C88+5DX171F/gVS3Qga/hOs/eRMxPFpiHq2t+D8=", "narHash": "sha256-ZgnNHuKV6h2+fQ5LuqnUaqZey1Lqqt5dTUAiAnqH0QQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c7b821ba2e1e635ba5a76d299af62821cbcb09f3", "rev": "feb2849fdeb70028c70d73b848214b00d324a497",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -31,6 +31,7 @@
# backend # backend
go_1_22 go_1_22
gofumpt gofumpt
sqlite
]; ];
}; };
} }