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

Remove useless @ inputs

This commit is contained in:
RGBCube 2024-05-15 14:08:35 +03:00
parent 198c7da772
commit 5e24a167af
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... } @ inputs: with lib; merge { config, lib, pkgs, ... }: with lib; merge
(systemConfiguration { (systemConfiguration {
users.defaultUserShell = pkgs.nushellFull; users.defaultUserShell = pkgs.nushellFull;