summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix38
1 files changed, 17 insertions, 21 deletions
diff --git a/flake.nix b/flake.nix
index c39a0af..a365ee1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,6 +14,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ parts = {
+ url = "github:hercules-ci/flake-parts";
+ inputs.nixpkgs-lib.follows = "nixpkgs";
+ };
+
arkenfox = {
url = "github:dwarfmaster/arkenfox-nixos";
inputs = {
@@ -24,20 +29,6 @@
};
};
- deploy = {
- url = "github:serokell/deploy-rs";
- inputs = {
- nixpkgs.follows = "nixpkgs";
- utils.follows = "flake-utils";
- flake-compat.follows = "flake-compat";
- };
- };
-
- parts = {
- url = "github:hercules-ci/flake-parts";
- inputs.nixpkgs-lib.follows = "nixpkgs";
- };
-
getchoo = {
url = "github:getchoo/nix-exprs";
inputs = {
@@ -73,6 +64,11 @@
};
};
+ nixinate = {
+ url = "github:MatthewCroughan/nixinate";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
@@ -119,6 +115,13 @@
# -- these are just to avoid having multiple versions in flake.lock
# ------------------------------
+ flake-compat = {
+ url = "github:edolstra/flake-compat";
+ flake = false;
+ };
+
+ flake-utils.url = "github:numtide/flake-utils";
+
agenix = {
url = "github:ryantm/agenix";
inputs = {
@@ -128,13 +131,6 @@
};
};
- flake-compat = {
- url = "github:edolstra/flake-compat";
- flake = false;
- };
-
- flake-utils.url = "github:numtide/flake-utils";
-
crane = {
url = "github:ipetkov/crane";
inputs = {