nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit d3a8214458e75a9b71884aee3797ebec41a673bc
parent 0c58394c327a31d837c4e0cae7c0715bcf7e0b93
Author: mtmn <miro@haravara.org>
Date:   Fri, 10 Apr 2026 10:26:52 +0200

flake.nix

Diffstat:
Mflake.nix | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -27,6 +27,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + ragenix = { + url = "github:yaxitech/ragenix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + tools = { url = "git+ssh://git@codeberg.org/mtmn/tools.git"; flake = false;