Skip to content

Commit 6573952

Browse files
authored
Merge pull request #51 from DeterminateSystems/colemickens/dnixd-0.2.6
determinate-nixd: v0.2.5 -> v0.2.6
2 parents 65c2beb + a77984f commit 6573952

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

flake.lock

Lines changed: 14 additions & 14 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
nixpkgs.url = "https://flakehub.com/f/DeterminateSystems/nixpkgs-weekly/0.1.tar.gz";
77

88
determinate-nixd-aarch64-linux = {
9-
url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.5/aarch64-linux";
9+
url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/aarch64-linux";
1010
flake = false;
1111
};
1212
determinate-nixd-x86_64-linux = {
13-
url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.5/x86_64-linux";
13+
url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/x86_64-linux";
1414
flake = false;
1515
};
1616
determinate-nixd-aarch64-darwin = {
17-
url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.5/macOS";
17+
url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/macOS";
1818
flake = false;
1919
};
2020
determinate-nixd-x86_64-darwin.follows = "determinate-nixd-aarch64-darwin";

0 commit comments

Comments
 (0)