mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 18:14:04 +05:30
Updated system, fixes, culled lots of old config
This commit is contained in:
parent
0408d049d2
commit
26162df66c
25 changed files with 122 additions and 5598 deletions
|
@ -1,17 +0,0 @@
|
|||
# THIS DOES NOT WORK YET!
|
||||
{ stdenv, pkgs, ... }:
|
||||
|
||||
let name = "rogauracore";
|
||||
owner = "wroberts";
|
||||
version = "1.6";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
inherit name owner version;
|
||||
src = fetchTarball {
|
||||
url = "https://github.com/"+owner+"/"+name+"/releases/download/"+version+"/rogauracore-"+version+".tar.gz";
|
||||
sha256 = "0vpypcq71yv0v8vbgpkn8xy77j22g55aw6i83s30mpbpjjna2lm9";
|
||||
};
|
||||
buildInputs = [ pkgs.udev
|
||||
pkgs.libusb
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue