1
0

pkgs/overlay.nix: Refactore overlay to a flake output attribute

This commit is contained in:
2023-12-08 09:06:43 +01:00
parent 0220dbbcdd
commit 9ca9ed3ef3
5 changed files with 25 additions and 28 deletions

View File

@@ -14,8 +14,4 @@
];
services.fstrim.enable = true;
nixpkgs.overlays = [
(import ../../pkgs/overlay.nix)
];
}