1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Fix formatting

This commit is contained in:
RGBCube 2023-10-20 16:42:10 +03:00
parent efccb5113d
commit 9d1b37780a
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
{ pkgs, homePackages, ... }: { pkgs, homePackages, ... }:
with pkgs; homePackages "nixos" [ with pkgs; homePackages "nixos" [
openttd openttd
] ]