we
This commit is contained in:
parent
d241e20ba5
commit
8b3e3b784d
2 changed files with 13 additions and 2 deletions
10
packages/.nixd.json
Normal file
10
packages/.nixd.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"eval": {
|
||||
"target": {
|
||||
"args": [
|
||||
"--expr",
|
||||
"with import <nixpkgs> { }; callPackage ./nullpomino.nix { }"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,7 +1,8 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, fetchFromGithub
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
|
||||
pname = "nullpomino";
|
||||
version = "v7.5.0";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue