Skip to content

Commit 19f03e4

Browse files
committed
build: fix flake
1 parent beb0f73 commit 19f03e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

flake.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
};
2222

2323
devShells.default = pkgs.mkShell {
24-
packages = with pkgs; with staging-pkgs.python311Packages; [
24+
packages = with pkgs; [
2525
go
2626
go-task
2727
gofumpt
@@ -52,5 +52,3 @@
5252
);
5353
}
5454

55-
56-

0 commit comments

Comments
 (0)