Add ragenix to devShell

This commit is contained in:
Sridhar Ratnakumar 2024-06-21 19:16:14 -04:00
parent d9b5601534
commit d17234e94e
No known key found for this signature in database

View file

@ -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