Skip to content

Commit

Permalink
Revert "Mess up formatting"
Browse files Browse the repository at this point in the history
This reverts commit 23265cf.
  • Loading branch information
infinisil committed Jul 17, 2024
1 parent 23265cf commit 2aa55ae
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
description = "A collection of packages for the Nix package manager";

outputs = { self }:
outputs = { self }:
let
libVersionInfoOverlay = import ./lib/flake-version-info.nix self;
lib = (import ./lib).extend libVersionInfoOverlay;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/cuda-modules/aliases.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Packges which have been deprecated or removed from cudaPackages
final: prev:
let
mkRenamed =
mkRenamed =
oldName: newName: newPkg:
final.lib.warn "cudaPackages.${oldName} is deprecated, use ${newName} instead" newPkg;
in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
cudaForwardCompat ? (config.cudaForwardCompat or true),
lib,
cudaVersion,
stdenv ,
stdenv,
# gpus :: List Gpu
gpus,
}:
Expand Down
1 change: 0 additions & 1 deletion test.nix

This file was deleted.

0 comments on commit 2aa55ae

Please sign in to comment.