Move stuff back to stable nixpkgs
This commit is contained in:
parent
6306d0d927
commit
5bfa0c6402
12 changed files with 45 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue