diff options
| author | seth <[email protected]> | 2023-12-29 07:03:10 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-29 07:10:37 -0500 |
| commit | 550b9057a215eb46943fcae51b27632639ae46d5 (patch) | |
| tree | fe72c2ae5dbeb65f85308035546a2130d68c0698 /flake.nix | |
| parent | 3eb380133c19b3a50213d6ec416a1fa9c3eab52a (diff) | |
Revert "systems: nixinate works again"
This reverts commit 874a58f74dea0ee6aa775f43f688e8397bc8cfb5.
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -40,6 +40,15 @@ catppuccin.url = "github:Stonks3141/ctp-nix"; + deploy = { + url = "github:serokell/deploy-rs"; + inputs = { + nixpkgs.follows = "nixpkgs"; + flake-compat.follows = "pre-commit/flake-compat"; + utils.follows = "pre-commit/flake-utils"; + }; + }; + firefox-addons = { url = "sourcehut:~rycee/nur-expressions?dir=pkgs/firefox-addons"; inputs = { @@ -72,11 +81,6 @@ }; }; - nixinate = { - url = "github:MatthewCroughan/nixinate"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - nix-index-database = { url = "github:nix-community/nix-index-database"; inputs.nixpkgs.follows = "nixpkgs"; |
