Fix reference to lib
This commit is contained in:
parent
fc88cbffa4
commit
6745b3663f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, nur, username, fullname, ... }:
|
{ config, pkgs, lib, nur, username, fullname, ... }:
|
||||||
let
|
let
|
||||||
inherit (config) platform;
|
inherit (config) platform;
|
||||||
isMobile = platform == "mobile";
|
isMobile = platform == "mobile";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue