Skip to content

Commit

Permalink
Mess up formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Jul 17, 2024
1 parent 464e058 commit 23265cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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: 1 addition & 0 deletions test.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1 + 1

0 comments on commit 23265cf

Please sign in to comment.