mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-11-12 18:03:14 -06:00
refactor: inherit system
This commit is contained in:
parent
de184b9785
commit
33ec203071
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
(system:
|
||||
fn system
|
||||
(import nixpkgs {
|
||||
localSystem.system = system;
|
||||
inherit system;
|
||||
overlays = [self.overlays.default];
|
||||
}));
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue