mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	chore: format repo using treefmt-nix and nixfmt-rfc-style
This commit is contained in:
		@@ -1,6 +1,7 @@
 | 
			
		||||
{ lib
 | 
			
		||||
, pkgs
 | 
			
		||||
, ...
 | 
			
		||||
{
 | 
			
		||||
  lib,
 | 
			
		||||
  pkgs,
 | 
			
		||||
  ...
 | 
			
		||||
}:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
@@ -11,8 +12,7 @@
 | 
			
		||||
  # https://github.com/NixOS/nixpkgs/issues/154163#issuecomment-1350599022
 | 
			
		||||
  nixpkgs.overlays = [
 | 
			
		||||
    (_final: super: {
 | 
			
		||||
      makeModulesClosure = x:
 | 
			
		||||
        super.makeModulesClosure (x // { allowMissing = true; });
 | 
			
		||||
      makeModulesClosure = x: super.makeModulesClosure (x // { allowMissing = true; });
 | 
			
		||||
    })
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user