Skip to content

Commit 29d4697

Browse files
authored
Merge pull request #52 from DeterminateSystems/update-dnixd-0.3.0
Update dnixd 0.3.0
2 parents 6573952 + 3bf5dc6 commit 29d4697

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.6/aarch64-linux";
9+
url = "https://install.determinate.systems/determinate-nixd/tag/v0.3.0/aarch64-linux";
1010
flake = false;
1111
};
1212
determinate-nixd-x86_64-linux = {
13-
url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/x86_64-linux";
13+
url = "https://install.determinate.systems/determinate-nixd/tag/v0.3.0/x86_64-linux";
1414
flake = false;
1515
};
1616
determinate-nixd-aarch64-darwin = {
17-
url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/macOS";
17+
url = "https://install.determinate.systems/determinate-nixd/tag/v0.3.0/macOS";
1818
flake = false;
1919
};
2020
determinate-nixd-x86_64-darwin.follows = "determinate-nixd-aarch64-darwin";

0 commit comments

Comments
 (0)