Skip to content

Commit

Permalink
Override dnixd
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Jan 11, 2025
1 parent 22f2faa commit a0b658e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 24 deletions.
45 changes: 21 additions & 24 deletions flake.lock

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

18 changes: 18 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,24 @@
# This means `follows` won't cause surprisingly extensive rebuilds, just trivial `chmod +x` rebuilds.
inputs.nixpkgs.follows = "nixpkgs";
inputs.nix.follows = "nix";

inputs.determinate-nixd-aarch64-linux = {
url = "https://install.determinate.systems/determinate-nixd/rev/0de4fff87b3bbf09c3e510c4a57eb014f98ab247/aarch64-linux";
flake = false;
};
inputs.determinate-nixd-x86_64-linux = {
url = "https://install.determinate.systems/determinate-nixd/rev/0de4fff87b3bbf09c3e510c4a57eb014f98ab247/x86_64-linux";
flake = false;
};
inputs.determinate-nixd-aarch64-darwin = {
url = "https://install.determinate.systems/determinate-nixd/rev/0de4fff87b3bbf09c3e510c4a57eb014f98ab247/macOS";
flake = false;
};
inputs.determinate-nixd-x86_64-darwin = {
url = "https://install.determinate.systems/determinate-nixd/rev/0de4fff87b3bbf09c3e510c4a57eb014f98ab247/macOS";
flake = false;
follows = "";
};
};

flake-compat.url = "https://flakehub.com/f/edolstra/flake-compat/1.0.0.tar.gz";
Expand Down

0 comments on commit a0b658e

Please sign in to comment.