diff options
| author | seth <[email protected]> | 2023-09-15 21:57:04 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-15 21:57:04 -0400 |
| commit | de807d65a6f2dd5ce81507bff456449a912b131d (patch) | |
| tree | 61fa5a41ee5c102ba1a91127034358a513979ea9 /flake.nix | |
| parent | fd9eaa40a0508d009fe4f08d501d8ae6f64c4a96 (diff) | |
hosts: deploy-rs -> nixinate
deploy-rs still has issues with tailscale :(
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 38 |
1 files changed, 17 insertions, 21 deletions
@@ -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 = { |
