1
0
nixfiles/pkgs/default.nix
2020-12-09 22:42:39 +01:00

6 lines
68 B
Nix

import <nixpkgs> {
overlays = [
(import ./overlay.nix)
];
}