Skip to content

Commit

Permalink
Format all .nix files with nixfmt-rfc-style
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebucatnetzer committed Jan 9, 2025
1 parent 114216e commit 234a426
Show file tree
Hide file tree
Showing 144 changed files with 4,544 additions and 3,498 deletions.
13 changes: 8 additions & 5 deletions cli.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{ pkgs ? import <nixpkgs> { }
, lib ? pkgs.lib
{
pkgs ? import <nixpkgs> { },
lib ? pkgs.lib,
}:
let
inherit (pkgs) python3;
Expand Down Expand Up @@ -34,9 +35,11 @@ pkgs.stdenv.mkDerivation {
# need to remap this to be consistent with `pkgs.lib.getBin` "standard"
mv poetry2nix $out/bin/${pname}
wrapProgram $out/bin/${pname} --prefix PATH ":" ${lib.makeBinPath [
pkgs.nix-prefetch-git
]}
wrapProgram $out/bin/${pname} --prefix PATH ":" ${
lib.makeBinPath [
pkgs.nix-prefetch-git
]
}
runHook postInstall
'';
Expand Down
Loading

0 comments on commit 234a426

Please sign in to comment.