refactor: inherit system

This commit is contained in:
Daylin Morgan 2024-02-12 10:11:29 -06:00
parent de184b9785
commit 33ec203071
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
(system:
fn system
(import nixpkgs {
localSystem.system = system;
inherit system;
overlays = [self.overlays.default];
}));
in {