chore(nixsgx): remove nixsgx-flake input and overlay
- Removed the `nixsgx-flake` input and its associated overlay from `flake.nix` and `extern` overlays. - Updated `default.nix` to exclude `nixsgx-flake` from update-inputs script. - Simplifies configuration by deprecating unused or unnecessary components.
This commit is contained in:
parent
959e82bcee
commit
44bbb2d21a
3 changed files with 1 additions and 9 deletions
|
@ -60,11 +60,6 @@
|
||||||
sops-nix.url = "github:Mic92/sops-nix";
|
sops-nix.url = "github:Mic92/sops-nix";
|
||||||
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
nixsgx-flake = {
|
|
||||||
url = "github:matter-labs/nixsgx";
|
|
||||||
# inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
|
|
||||||
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-25.05";
|
simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-25.05";
|
||||||
simple-nixos-mailserver.inputs.nixpkgs.follows = "nixpkgs";
|
simple-nixos-mailserver.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
|
@ -107,7 +102,6 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
overlays = with inputs; [
|
overlays = with inputs; [
|
||||||
nixsgx-flake.overlays.default
|
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
inherit (claude.packages.${prev.system}) claude-desktop-with-fhs;
|
inherit (claude.packages.${prev.system}) claude-desktop-with-fhs;
|
||||||
})
|
})
|
||||||
|
|
|
@ -162,8 +162,6 @@ in
|
||||||
"--update-input"
|
"--update-input"
|
||||||
"unstable"
|
"unstable"
|
||||||
"--update-input"
|
"--update-input"
|
||||||
"nixsgx-flake"
|
|
||||||
"--update-input"
|
|
||||||
"home-manager"
|
"home-manager"
|
||||||
"--no-write-lock-file"
|
"--no-write-lock-file"
|
||||||
"-L"
|
"-L"
|
||||||
|
|
2
overlays/extern/default.nix
vendored
2
overlays/extern/default.nix
vendored
|
@ -1,3 +1,3 @@
|
||||||
{ channels, ... }: final: prev: {
|
{ channels, ... }: final: prev: {
|
||||||
inherit (channels.nixpkgs.nixsgx) sgx-psw;
|
# inherit (channels.nixpkgs.nixsgx) sgx-psw;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue