nix/shell: remove redundant overlay

This commit is contained in:
Primrose 2025-07-08 10:39:33 +02:00
parent 2448b8468e
commit b8f129fed7
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -4,7 +4,6 @@
import sources.nixpkgs {
overlays = map import [
./nix/overlays/disko.nix
./nix/packages/overlay.nix
];
},
withXMonad ? false,