Make plaintext width 21 characters
This commit is contained in:
parent
071df1a0fa
commit
e57966523e
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
vrnp-static = pkgs.buildGoModule {
|
vrnp-static = pkgs.buildGoModule {
|
||||||
pname = "vrnp";
|
pname = "vrnp";
|
||||||
version = "0.0.0";
|
version = "0.0.1";
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
|
||||||
# For building the package, we use only the files not ignored by Git as inputs.
|
# For building the package, we use only the files not ignored by Git as inputs.
|
||||||
@ -34,6 +34,7 @@
|
|||||||
devShell.${system} = pkgs.mkShellNoCC {
|
devShell.${system} = pkgs.mkShellNoCC {
|
||||||
packages = [
|
packages = [
|
||||||
pkgs.go
|
pkgs.go
|
||||||
|
(pkgs.python3.withPackages (ps: with ps; [ pillow ]))
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
packages.${system} = {
|
packages.${system} = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user