lint(pkgs): multiline arguments
This commit is contained in:
parent
03a3c474f5
commit
015cef72ea
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
# Custom packages, that can be defined similarly to ones from nixpkgs
|
# Custom packages, that can be defined similarly to ones from nixpkgs
|
||||||
# You can build them using 'nix build .#example' or (legacy) 'nix-build -A example'
|
# You can build them using 'nix build .#example' or (legacy) 'nix-build -A example'
|
||||||
|
|
||||||
{ pkgs ? (import ../nixpkgs.nix) { } }: {
|
{ pkgs ? (import ../nixpkgs.nix) { }
|
||||||
|
, ...
|
||||||
|
}: {
|
||||||
# example = pkgs.callPackage ./example { };
|
# example = pkgs.callPackage ./example { };
|
||||||
swww = pkgs.callPackage ./swww { };
|
swww = pkgs.callPackage ./swww { };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue