fix dev flake

This commit is contained in:
crapStone 2024-11-24 22:57:07 +01:00
parent 85059aa46e
commit c2c188c5b0
No known key found for this signature in database
GPG key ID: 22D4BF0CF7CC29C8
2 changed files with 3 additions and 3 deletions

4
flake.lock generated
View file

@ -20,8 +20,8 @@
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 0, "lastModified": 0,
"narHash": "sha256-x07g4NcqGP6mQn6AISXJaks9sQYDjZmTMBlKIvajvyc=", "narHash": "sha256-29QfSvJwpjNwppFnU33nnyedAWpaaDBSlDJZzJhg97s=",
"path": "/nix/store/2w8kz6zh3aq80f1dypiin222fry1rv51-source", "path": "/nix/store/1703v0vkmk136sca5rf1861jrn2ndajr-source",
"type": "path" "type": "path"
}, },
"original": { "original": {

View file

@ -13,7 +13,7 @@
in { in {
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
gcc glibc.static
go go
gofumpt gofumpt
golangci-lint golangci-lint