diff options
| author | Seth Flynn <[email protected]> | 2025-01-29 15:32:09 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-01-30 05:13:44 -0500 |
| commit | 90827099fcabc17e3bb4137ab1d843ce108cd686 (patch) | |
| tree | 678778aa7a417c913127bd81f7913421fc111860 /flake.nix | |
| parent | 191568c62559e8d9d9fe949a6942d0693d53affc (diff) | |
nixos+darwin/determinate: init
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 = { |
