mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
treewide: apply deadnix and statix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# This configuration file can be safely imported in your system configuration.
|
||||
{ config, pkgs, lib, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
final: super:
|
||||
final: _super:
|
||||
|
||||
let
|
||||
inherit (final) callPackage;
|
||||
|
||||
Reference in New Issue
Block a user