fix typo
This commit is contained in:
parent
a8bb98a917
commit
82742e291d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
blobhaj = pkgs.callPackage ./blobhaj.nix {};
|
||||
blobhajFlags = pkgs.callPackage ./blobhajFlags.nix {};
|
||||
favicon = pkgs.callPackage ./favicon.nix {};
|
||||
iceshrimp = pkgs.callPackage ./iceshrimp/iceshrimp.nix;
|
||||
iceshrimp = pkgs.callPackage ./iceshrimp/iceshrimp.nix {};
|
||||
in
|
||||
mkIf cfg.enable {
|
||||
environment.systemPackages = [iceshrimp];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue