Skip to content

Commit

Permalink
Add ragenix to devShell
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jun 21, 2024
1 parent d9b5601 commit d17234e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -127,6 +127,7 @@
just
colmena
nixd
inputs'.ragenix.packages.default
];
};
# Make our overlay available to the devShell
Expand Down

0 comments on commit d17234e

Please sign in to comment.