mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-04 13:54:08 +00:00
fix dev flake
This commit is contained in:
parent
85059aa46e
commit
c2c188c5b0
2 changed files with 3 additions and 3 deletions
4
flake.lock
generated
4
flake.lock
generated
|
@ -20,8 +20,8 @@
|
|||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 0,
|
||||
"narHash": "sha256-x07g4NcqGP6mQn6AISXJaks9sQYDjZmTMBlKIvajvyc=",
|
||||
"path": "/nix/store/2w8kz6zh3aq80f1dypiin222fry1rv51-source",
|
||||
"narHash": "sha256-29QfSvJwpjNwppFnU33nnyedAWpaaDBSlDJZzJhg97s=",
|
||||
"path": "/nix/store/1703v0vkmk136sca5rf1861jrn2ndajr-source",
|
||||
"type": "path"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
in {
|
||||
devShells.default = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
gcc
|
||||
glibc.static
|
||||
go
|
||||
gofumpt
|
||||
golangci-lint
|
||||
|
|
Loading…
Add table
Reference in a new issue