project-wide: Moved to nixos-unstable

I blame @hexchen and @arcnmx for this.
This commit is contained in:
kat witch 2021-04-21 16:27:18 +01:00
parent 142df20916
commit 6a6128cc48
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
7 changed files with 18 additions and 21 deletions

View file

@ -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;

View file

@ -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";