diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 = { |
