diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-20 15:26:33 -0500 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-20 15:26:33 -0500 |
| commit | 9c99fae0b89d131997c9f713ff364040221b7c99 (patch) | |
| tree | 6e6ac1447abeaac41e85b2d1d83b843578ad2f9c /shells/all.nix | |
| parent | d96a17e76af7415296bf2f0b33bc8f233e9d5b5a (diff) | |
updates
Diffstat (limited to 'shells/all.nix')
| -rw-r--r-- | shells/all.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/all.nix b/shells/all.nix index fb68f81..7c08745 100644 --- a/shells/all.nix +++ b/shells/all.nix @@ -1,4 +1,4 @@ -{ pkgs ? import <nixpkgs> {} }: +{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell { packages = with pkgs; [ |
