Use conventional Nix formatting
Also always end comments with a full stop, and bump package versions.
This commit is contained in:
parent
d5cf2669df
commit
99885b2be2
4 changed files with 36 additions and 36 deletions
|
|
@ -1,21 +1,21 @@
|
|||
{ pkgs , ... } :
|
||||
{ pkgs, ... }:
|
||||
|
||||
with pkgs ;
|
||||
with pkgs;
|
||||
|
||||
{
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
( self : super : {
|
||||
( self: super: {
|
||||
|
||||
journalctl-last-invocation = callPackage (
|
||||
import packages/journalctl-last-invocation/package.nix
|
||||
) {} ;
|
||||
) {};
|
||||
|
||||
nix-store-fuzzy-find = callPackage (
|
||||
import packages/nix-store-fuzzy-find/package.nix
|
||||
) {} ;
|
||||
) {};
|
||||
|
||||
} )
|
||||
] ;
|
||||
} ;
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue