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
17
flake.lock
generated
17
flake.lock
generated
|
@ -915,22 +915,6 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs-cutter": {
|
||||
"locked": {
|
||||
"lastModified": 1738351607,
|
||||
"narHash": "sha256-jJ9u1dLnhGeAeQdmziihaka33zEwBOIKmlB6YbFcIjs=",
|
||||
"owner": "cything",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "940b291c7c6ad8e999cb34d8d5de7913f6776c26",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "cything",
|
||||
"ref": "cutter-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs-garage": {
|
||||
"locked": {
|
||||
"lastModified": 1736921030,
|
||||
|
@ -1224,7 +1208,6 @@
|
|||
"lix-module": "lix-module",
|
||||
"niri": "niri",
|
||||
"nixpkgs": "nixpkgs_5",
|
||||
"nixpkgs-cutter": "nixpkgs-cutter",
|
||||
"nixpkgs-garage": "nixpkgs-garage",
|
||||
"nixvim": "nixvim",
|
||||
"nvim-github-theme": "nvim-github-theme",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
sccache
|
||||
awscli2
|
||||
lldb
|
||||
(cutter.withPlugins (plugins: [ plugins.rz-ghidra ]))
|
||||
(cutter.withPlugins (plugins: with plugins; [ rz-ghidra jsdec sigdb ]))
|
||||
];
|
||||
|
||||
programs.waybar.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue