diff options
| author | Patrick | 2026-05-17 17:44:03 +0000 |
|---|---|---|
| committer | Patrick | 2026-05-17 17:44:03 +0000 |
| commit | 5a9132af42bdcae15a7ceabb171aac10a5ee9a3a (patch) | |
| tree | 279f02d8f960e8c6857a043f71af5dd8a4aa3545 /flake.nix | |
| parent | de2426d29dcbe32227e0aa42ac6747e77d97a6f6 (diff) | |
| download | reactive-zig-5a9132af42bdcae15a7ceabb171aac10a5ee9a3a.tar.gz reactive-zig-5a9132af42bdcae15a7ceabb171aac10a5ee9a3a.zip | |
update flake
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,12 +12,12 @@ }: let forAllSystems = f: builtins.mapAttrs - (system: pkgs: f pkgs zig.packages.${system}.zig_0_16_0) + (system: pkgs: f pkgs zig.packages.${system}.nightly) nixpkgs.legacyPackages; in { devShells = forAllSystems (pkgs: zig: { default = pkgs.mkShellNoCC { - packages = [pkgs.bash zig zig.zls]; + packages = [pkgs.bashInteractive zig zig.zls]; }; }); |
