Skip to content

Commit

Permalink
build(nix): update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Oct 3, 2024
1 parent 549cafa commit 3f66cfa
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 67 deletions.
113 changes: 48 additions & 65 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
inputs.nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.wit-deps.inputs.nixify.follows = "nixify";
inputs.wit-deps.inputs.nixlib.follows = "nixlib";
inputs.wit-deps.url = "github:bytecodealliance/wit-deps/v0.3.7";
inputs.wit-deps.url = "github:bytecodealliance/wit-deps/v0.4.0";

outputs = {
nixify,
Expand Down Expand Up @@ -227,7 +227,7 @@
pkgs.natscli
pkgs.wit-deps

pkgs.pkgsUnstable.go_1_23
pkgs.pkgsUnstable.go
];
}
devShells;
Expand Down

0 comments on commit 3f66cfa

Please sign in to comment.