dev: default hm module should not declare nixpkgs options

This commit is contained in:
NotAShelf 2023-03-29 18:05:59 +03:00
parent 0f04e9c138
commit 655c193540
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22

View file

@ -43,10 +43,6 @@
homeManagerModules.default = {
imports = [./lib/hm-module.nix];
nixpkgs.overlays = [
inputs.tidalcycles.overlays.default
inputs.self.overlays.default
];
};
};