about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--flake.nix16
1 files changed, 1 insertions, 15 deletions
diff --git a/flake.nix b/flake.nix
index 8d3e40c..97e5baa 100644
--- a/flake.nix
+++ b/flake.nix
@@ -72,18 +72,6 @@
         nixpkgs.follows = "nixpkgs";
       };
     };
-
-    # bins
-    ragenix = {
-      url = "github:yaxitech/ragenix";
-      inputs = {
-        nixpkgs.follows = "nixpkgs";
-        agenix.follows = "agenix";
-        flake-utils.follows = "flake-utils";
-        rust-overlay.follows = "rust-overlay";
-        crane.follows = "crane";
-      };
-    };
   };
 
   outputs = {
@@ -98,8 +86,6 @@
     impermanence,
     disko,
     agenix,
-    # bins
-    ragenix,
     ...
   } @ attrs: let
     system = "x86_64-linux";
@@ -161,7 +147,7 @@
           git-bug
 
           cocogitto
-          ragenix.packages."${system}".default
+          ragenix
         ];
       };
     };