mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-26 23:15:14 +08:00
Add ragenix to devShell
This commit is contained in:
parent
d9b5601534
commit
d17234e94e
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue