forked from pub-solar/os
overlays: remove wf-recorder, fix is in nixpkgs
This commit is contained in:
parent
f795bac18d
commit
c5703f64dc
|
@ -37,7 +37,6 @@
|
||||||
(import ./nix-index.nix)
|
(import ./nix-index.nix)
|
||||||
(import ./prr.nix)
|
(import ./prr.nix)
|
||||||
(import ./neovim-plugins.nix)
|
(import ./neovim-plugins.nix)
|
||||||
(import ./wf-recorder.nix)
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
final: prev: {
|
|
||||||
wf-recorder = prev.wf-recorder.overrideAttrs (oldAttrs: rec {
|
|
||||||
inherit (oldAttrs) pname;
|
|
||||||
src = prev.fetchFromGitHub {
|
|
||||||
owner = "ammen99";
|
|
||||||
repo = pname;
|
|
||||||
rev = "560bb92d3ddaeb31d7af77d22d01b0050b45bebe";
|
|
||||||
hash = "sha256-goWNRg286Cp6UUqyJyqk7UysumMCt9GtNpF7O5ahKtI=";
|
|
||||||
};
|
|
||||||
version = "unstable-2024-11-05";
|
|
||||||
});
|
|
||||||
}
|
|
Loading…
Reference in a new issue