don't overlay cutter
Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
parent
1c449848e2
commit
a31dbdaf0f
3 changed files with 1 additions and 22 deletions
|
@ -70,7 +70,6 @@
|
|||
};
|
||||
|
||||
nixpkgs-garage.url = "github:cything/nixpkgs/garage-module"; # unmerged PR
|
||||
nixpkgs-cutter.url = "github:cything/nixpkgs/cutter-unstable";
|
||||
|
||||
nvim-github-theme = {
|
||||
url = "github:projekt0n/github-nvim-theme";
|
||||
|
@ -150,9 +149,6 @@
|
|||
overlays = [
|
||||
inputs.niri.overlays.niri
|
||||
inputs.rust-overlay.overlays.default
|
||||
(final: prev: {
|
||||
cutter = inputs.nixpkgs-cutter.legacyPackages.${prev.system}.cutter;
|
||||
})
|
||||
] ++ import ./overlay;
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue