summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-01-29 15:32:09 -0500
committerSeth Flynn <[email protected]>2025-01-30 05:13:44 -0500
commit90827099fcabc17e3bb4137ab1d843ce108cd686 (patch)
tree678778aa7a417c913127bd81f7913421fc111860 /flake.nix
parent191568c62559e8d9d9fe949a6942d0693d53affc (diff)
nixos+darwin/determinate: init
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 = {