From d54a3d8c6e175e4f210d1268ae391f36600e395a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 6 Jun 2025 21:40:59 +0200 Subject: flake.nix: Use the packaged version of `ragenix` --- flake.nix | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'flake.nix') 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 ]; }; }; -- cgit 1.4.1