Skip to content

Commit b46b3d2

Browse files
authored
Update input for nixpkgs to unstable (#56)
1 parent 8d04004 commit b46b3d2

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
inputs = {
66
flake-schemas.url = "https://flakehub.com/f/DeterminateSystems/flake-schemas/*";
77

8-
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/*";
8+
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1";
99
};
1010

1111
# Flake outputs that other flakes can use
@@ -45,6 +45,7 @@
4545
packages = with pkgs; [
4646
go
4747
buf
48+
4849
self.packages.${pkgs.system}.default
4950
];
5051
};
@@ -56,7 +57,7 @@
5657
{
5758
default = pkgs.buildGoModule {
5859
pname = "baton";
59-
version = "0.1.4";
60+
version = "0.1.7";
6061

6162
src = ./.;
6263

0 commit comments

Comments
 (0)