aboutsummaryrefslogtreecommitdiffhomepage
path: root/shell.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-02-20 15:36:14 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2022-02-20 15:36:14 -0500
commit1df2f40bffa037b28efa3c6ba1f03fb3a9e2eb99 (patch)
tree7859d29feb9d64f96a64bc6c66d854fa3b6607bf /shell.nix
parentanna paper on ai art (diff)
track, testing
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix5
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; }) ];
+}