summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 82eac05..7d5afb0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -78,6 +78,14 @@
};
};
+ determinate = {
+ url = "https://flakehub.com/f/DeterminateSystems/determinate/0.1";
+ inputs = {
+ nixpkgs.follows = "nixpkgs";
+ nix.follows = "";
+ };
+ };
+
firefox-addons = {
url = "sourcehut:~rycee/nur-expressions?dir=pkgs/firefox-addons";
inputs = {