mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
project-wide: Moved to nixos-unstable
I blame @hexchen and @arcnmx for this.
This commit is contained in:
parent
142df20916
commit
6a6128cc48
7 changed files with 18 additions and 21 deletions
|
|
@ -7,7 +7,7 @@ let
|
|||
inherit (super) dino;
|
||||
};
|
||||
|
||||
discord = unstable.discord.override { nss = self.nss_latest; };
|
||||
discord = unstable.discord.override { nss = self.nss; };
|
||||
|
||||
ncmpcpp = unstable.ncmpcpp.override {
|
||||
visualizerSupport = true;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchFromGitHub, kernel, pkgs }:
|
||||
{ stdenv, lib, fetchFromGitHub, kernel, pkgs }:
|
||||
|
||||
let
|
||||
version = "0.1.1";
|
||||
|
|
@ -24,7 +24,7 @@ in stdenv.mkDerivation {
|
|||
"INSTALL_MOD_PATH=$(out)"
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
meta = with lib; {
|
||||
license = [ licenses.gpl2Only ];
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
description = "Vendor Reset kernel module";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue