nix fmt
This commit is contained in:
parent
1d868976b8
commit
07fb22e47e
8 changed files with 48 additions and 38 deletions
|
|
@ -1,9 +1,10 @@
|
|||
{ nixpkgs
|
||||
, nixos-hardware
|
||||
, agenix
|
||||
, home-manager
|
||||
, lix-module
|
||||
, ...
|
||||
{
|
||||
nixpkgs,
|
||||
nixos-hardware,
|
||||
agenix,
|
||||
home-manager,
|
||||
lix-module,
|
||||
...
|
||||
}:
|
||||
let
|
||||
agenixOverlay = final: prev: { agenix = agenix.packages.${prev.system}.default; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue