diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-02-20 15:36:14 -0500 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-02-20 15:36:14 -0500 |
| commit | 1df2f40bffa037b28efa3c6ba1f03fb3a9e2eb99 (patch) | |
| tree | 7859d29feb9d64f96a64bc6c66d854fa3b6607bf /shell.nix | |
| parent | anna paper on ai art (diff) | |
track, testing
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..0a6aa9a --- /dev/null +++ b/shell.nix @@ -0,0 +1,5 @@ +{ pkgs ? import <nixpkgs> {} }: +pkgs.mkShell { + buildInputs = with pkgs; + [ (import ./packages-ldc.nix { inherit pkgs; }) ]; +} |
