mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
4 lines
115 B
Nix
4 lines
115 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
pkgs.mkShell {
|
|
buildInputs = [ pkgs.pscircle pkgs.asciiquarium pkgs.cmatrix ];
|
|
}
|