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"
|
"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": {
|
"nixpkgs-garage": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1736921030,
|
"lastModified": 1736921030,
|
||||||
|
@ -1224,7 +1208,6 @@
|
||||||
"lix-module": "lix-module",
|
"lix-module": "lix-module",
|
||||||
"niri": "niri",
|
"niri": "niri",
|
||||||
"nixpkgs": "nixpkgs_5",
|
"nixpkgs": "nixpkgs_5",
|
||||||
"nixpkgs-cutter": "nixpkgs-cutter",
|
|
||||||
"nixpkgs-garage": "nixpkgs-garage",
|
"nixpkgs-garage": "nixpkgs-garage",
|
||||||
"nixvim": "nixvim",
|
"nixvim": "nixvim",
|
||||||
"nvim-github-theme": "nvim-github-theme",
|
"nvim-github-theme": "nvim-github-theme",
|
||||||
|
|
|
@ -70,7 +70,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs-garage.url = "github:cything/nixpkgs/garage-module"; # unmerged PR
|
nixpkgs-garage.url = "github:cything/nixpkgs/garage-module"; # unmerged PR
|
||||||
nixpkgs-cutter.url = "github:cything/nixpkgs/cutter-unstable";
|
|
||||||
|
|
||||||
nvim-github-theme = {
|
nvim-github-theme = {
|
||||||
url = "github:projekt0n/github-nvim-theme";
|
url = "github:projekt0n/github-nvim-theme";
|
||||||
|
@ -150,9 +149,6 @@
|
||||||
overlays = [
|
overlays = [
|
||||||
inputs.niri.overlays.niri
|
inputs.niri.overlays.niri
|
||||||
inputs.rust-overlay.overlays.default
|
inputs.rust-overlay.overlays.default
|
||||||
(final: prev: {
|
|
||||||
cutter = inputs.nixpkgs-cutter.legacyPackages.${prev.system}.cutter;
|
|
||||||
})
|
|
||||||
] ++ import ./overlay;
|
] ++ import ./overlay;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
sccache
|
sccache
|
||||||
awscli2
|
awscli2
|
||||||
lldb
|
lldb
|
||||||
(cutter.withPlugins (plugins: [ plugins.rz-ghidra ]))
|
(cutter.withPlugins (plugins: with plugins; [ rz-ghidra jsdec sigdb ]))
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.waybar.enable = true;
|
programs.waybar.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue