mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-12-22 06:50:44 -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:
|
(system:
|
||||||
fn system
|
fn system
|
||||||
(import nixpkgs {
|
(import nixpkgs {
|
||||||
localSystem.system = system;
|
inherit system;
|
||||||
overlays = [self.overlays.default];
|
overlays = [self.overlays.default];
|
||||||
}));
|
}));
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue