nix/pkgs: remove just
It's now in stable
This commit is contained in:
parent
90d7a5d7ee
commit
f158afa990
1 changed files with 0 additions and 26 deletions
|
@ -1,26 +0,0 @@
|
||||||
{ rustPlatform
|
|
||||||
, stdenv
|
|
||||||
, fetchFromGitHub
|
|
||||||
, callPackage
|
|
||||||
, bash
|
|
||||||
}:
|
|
||||||
|
|
||||||
let
|
|
||||||
naersk = callPackage (import (fetchFromGitHub {
|
|
||||||
owner = "nmattia";
|
|
||||||
repo = "naersk";
|
|
||||||
rev = "b3b328b088009972e6844f57c97807f6090fa004";
|
|
||||||
sha256 = "152fl2c174zisl2bcky7xspwhc2s8ys2qdv6nvfhqav5x1rbngbp";
|
|
||||||
})) {};
|
|
||||||
|
|
||||||
in
|
|
||||||
naersk.buildPackage rec {
|
|
||||||
version = "5acc112a9749063a554e3626a6055bb88f093468";
|
|
||||||
|
|
||||||
src = builtins.fetchGit {
|
|
||||||
url = "https://github.com/casey/just.git";
|
|
||||||
rev = version;
|
|
||||||
};
|
|
||||||
doDoc = false;
|
|
||||||
doCheck = false;
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue