This commit is contained in:
Sakooooo 2023-08-06 11:12:08 +03:00
parent d241e20ba5
commit 8b3e3b784d
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 13 additions and 2 deletions

10
packages/.nixd.json Normal file
View file

@ -0,0 +1,10 @@
{
"eval": {
"target": {
"args": [
"--expr",
"with import <nixpkgs> { }; callPackage ./nullpomino.nix { }"
]
}
}
}

View file

@ -1,7 +1,8 @@
{ lib { lib
, stdenv , stdenv
, fetchFromGitHub , fetchFromGithub
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "nullpomino";
version = "v7.5.0";
} }