diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-06-21 22:07:57 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-06-21 22:07:57 -0400 |
| commit | 073cbad97b884b9db357382032a4eb2dc03fd2de (patch) | |
| tree | 0290fc9ae2f36092d7bc1b004e4dce3a4254b404 | |
| parent | update commits, unityhub broken (diff) | |
| download | dotfiles-nix-073cbad97b884b9db357382032a4eb2dc03fd2de.tar.gz dotfiles-nix-073cbad97b884b9db357382032a4eb2dc03fd2de.tar.bz2 dotfiles-nix-073cbad97b884b9db357382032a4eb2dc03fd2de.zip | |
add dev shell to flake
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -73,5 +73,10 @@ pkgs: system: pkgs.alejandra ); + + devShell = perSystem ( + pkgs: system: + pkgs.mkShell {} + ); }; } |