removed niri from wrong place
This commit is contained in:
parent
abfcef398b
commit
a4a0858587
1 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
||||||
{ lib, rustPlatform, fetchFromGitHub }:
|
|
||||||
rustPlatform.buildRustPackage {
|
|
||||||
pname = "niri";
|
|
||||||
version = "0.1.0";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "YaLTeR";
|
|
||||||
repo = "niri";
|
|
||||||
hash = "sha256-889d062df7d89bf8084414c6f8fd87075c3cf85a";
|
|
||||||
};
|
|
||||||
|
|
||||||
cargoSha = lib.fakeHash;
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
description = "";
|
|
||||||
homepage = "";
|
|
||||||
license = license.gpl3Only;
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue