diff options
| author | seth <[email protected]> | 2024-05-10 21:18:35 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-10 21:30:32 -0400 |
| commit | 292a7d201f86d0af8b744896418208e975ba47a8 (patch) | |
| tree | 6e7f78777db7881292b5ef2194e41dde048646d5 /flake.nix | |
| parent | 1ec692c24c5b3345e6d7fe1445f2a51b1e322f03 (diff) | |
systems: deploy-rs -> nixinate for 12343894th time
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -70,15 +70,6 @@ catppuccin.url = "github:catppuccin/nix"; - deploy = { - url = "github:serokell/deploy-rs"; - inputs = { - nixpkgs.follows = "nixpkgs"; - flake-compat.follows = ""; - utils.follows = "lanzaboote/flake-utils"; - }; - }; - firefox-addons = { url = "sourcehut:~rycee/nur-expressions?dir=pkgs/firefox-addons"; inputs = { @@ -114,6 +105,11 @@ }; }; + nixinate = { + url = "github:MatthewCroughan/nixinate"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + nix-index-database = { url = "github:nix-community/nix-index-database"; inputs.nixpkgs.follows = "nixpkgs"; |
