summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-13 15:39:09 -0500
committerseth <[email protected]>2023-12-13 15:42:21 -0500
commitfaa11c9d45949922555bf82dda77804828193fa3 (patch)
tree4e21f4d6800e3c2a451a047cdd4365d937cef32c /flake.nix
parent109114703b42ba17c8f2a4a347bd4a9ecd1e82d5 (diff)
systems: nixinate -> deploy-rs (again (again))
nixinate just hangs as of 163daad93da692fc280036b80f29ca9b65c005d4
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix14
1 files changed, 9 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index 2821bce..2cd1c75 100644
--- a/flake.nix
+++ b/flake.nix
@@ -46,6 +46,15 @@
};
};
+ 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 = {
@@ -79,11 +88,6 @@
};
};
- nixinate = {
- url = "github:MatthewCroughan/nixinate";
- inputs.nixpkgs.follows = "nixpkgs";
- };
-
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";