Move stuff back to stable nixpkgs

This commit is contained in:
Natsu Kagami 2023-06-11 07:20:43 +02:00
parent 6306d0d927
commit 5bfa0c6402
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
12 changed files with 45 additions and 25 deletions

View file

@ -3,7 +3,7 @@
let
kakounePkg =
pkgs.kakoune.override {
kakoune = with lib; pkgs.unstable.gcc11Stdenv.mkDerivation rec {
kakoune = with lib; pkgs.stdenv.mkDerivation rec {
pname = "kakoune-unwrapped";
version = "r${builtins.substring 0 6 pkgs.sources.kakoune.rev}";
src = pkgs.sources.kakoune;