Revert "all: support standalone builds"

This reverts commit 8ef963623c.
This commit is contained in:
Harsh Shandilya 2021-01-04 19:34:46 +05:30
parent 3dd4f971ad
commit 56c4e75b1b
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
with import <nixpkgs> {};
{ stdenv, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec {
pname = "adx";

View File

@ -1,4 +1,4 @@
with import <nixpkgs> {};
{ lib, fetchzip }:
let version = "2.1.0";
in fetchzip rec {

View File

@ -1,4 +1,4 @@
with import <nixpkgs> {};
{ stdenv, fetchFromGitHub, nativeBuildInputs, rustPlatform, buildInputs, }:
rustPlatform.buildRustPackage rec {
pname = "lychee";

View File

@ -1,4 +1,4 @@
with import <nixpkgs> {};
{ stdenv, fetchFromGithub }:
stdenv.mkDerivation rec {
name = "pidcat";