Skip to content

Commit

Permalink
overlays: removed tabolet overlay due to outmoding by nixos/nixpkgs##…
Browse files Browse the repository at this point in the history
…361341
  • Loading branch information
alyraffauf committed Dec 21, 2024
1 parent b3200ec commit ff2bad7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,7 @@
}
);

overlays = {
tablet = import ./overlays/tablet.nix;
default = import ./overlays/default.nix {inherit self;};
};
overlays.default = import ./overlays/default.nix {inherit self;};

packages = forAllLinuxSystems ({pkgs}: rec {
default = clean-install;
Expand Down
20 changes: 0 additions & 20 deletions overlays/tablet.nix

This file was deleted.

0 comments on commit ff2bad7

Please sign in to comment.