Initial commit
This commit is contained in:
commit
534b505a48
10 changed files with 215 additions and 0 deletions
9
shell.nix
Normal file
9
shell.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> {};
|
||||
in
|
||||
|
||||
pkgs.mkShellNoCC {
|
||||
packages = with pkgs; [
|
||||
imagemagick
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue