From d17234e94e784b9928794bc84fac5a43408eeff5 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 21 Jun 2024 19:16:14 -0400 Subject: [PATCH] Add ragenix to devShell --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 45fc917..8f586f1 100644 --- a/flake.nix +++ b/flake.nix @@ -99,7 +99,7 @@ ./systems/ax41.nix; }; - perSystem = { self', pkgs, system, config, ... }: { + perSystem = { self', inputs', pkgs, system, config, ... }: { # Flake inputs we want to update periodically # Run: `nix run .#update`. nixos-flake = { @@ -127,6 +127,7 @@ just colmena nixd + inputs'.ragenix.packages.default ]; }; # Make our overlay available to the devShell