Removed sgdboop
This commit is contained in:
parent
90f2688ec5
commit
512ef53757
3 changed files with 1 additions and 30 deletions
|
|
@ -137,15 +137,13 @@
|
|||
# };
|
||||
|
||||
packages."x86_64-linux" = {
|
||||
sgdboop = nixpkgs.legacyPackages."x86_64-linux".callPackage
|
||||
./packages/sgdboop.nix { };
|
||||
chromeos-ectool = nixpkgs.legacyPackages."x86_64-linux".callPackage
|
||||
./packages/chromeos-ectool.nix { };
|
||||
};
|
||||
|
||||
overlays = {
|
||||
custom = final: prev: {
|
||||
inherit (self.packages."x86_64-linux") sgdboop chromeos-ectool;
|
||||
inherit (self.packages."x86_64-linux") chromeos-ectool;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue