flake: use nixfmt-rfc-style
This commit is contained in:
parent
e7b8922920
commit
3307e8259d
13 changed files with 398 additions and 167 deletions
|
@ -1,9 +1,19 @@
|
|||
{ symlinkJoin, nushell, zoxide, makeWrapper, system, inputs, }:
|
||||
{
|
||||
symlinkJoin,
|
||||
nushell,
|
||||
zoxide,
|
||||
makeWrapper,
|
||||
system,
|
||||
inputs,
|
||||
}:
|
||||
symlinkJoin {
|
||||
name = "nu";
|
||||
|
||||
paths =
|
||||
[ nushell inputs.self.packages.${system}.amadaluzian-starship zoxide ];
|
||||
paths = [
|
||||
nushell
|
||||
inputs.self.packages.${system}.amadaluzian-starship
|
||||
zoxide
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue