Essentially more sw + GRUB live usb trial
Installed and configured Yggdrasil; ported rustnet and install; GRUB trial of USB Live stick
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
{pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.stdenv.mkDerivation rec {
|
||||
pname = "rustnet";
|
||||
version = "0.18.0";
|
||||
@@ -23,6 +22,6 @@ pkgs.stdenv.mkDerivation rec {
|
||||
#maintainers = lib.maintainers.0x545a;
|
||||
#license = lib.licenses.asl20;
|
||||
homepage = "https://github.com/domcyrus/rustnet";
|
||||
platforms = [ "x86_64-linux" ];
|
||||
platforms = ["x86_64-linux"];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user