Add comment to ref a source
This commit is contained in:
parent
94b9d49c66
commit
1d868976b8
1 changed files with 10 additions and 8 deletions
18
flake.nix
18
flake.nix
|
|
@ -3,6 +3,7 @@
|
||||||
# - https://github.com/BonusPlay/sysconf/blob/master/flake.nix (agenix)
|
# - https://github.com/BonusPlay/sysconf/blob/master/flake.nix (agenix)
|
||||||
# - https://github.com/NixOS/infra/blob/master/build/flake.nix (agenix)
|
# - https://github.com/NixOS/infra/blob/master/build/flake.nix (agenix)
|
||||||
# - https://johns.codes/blog/organizing-system-configs-with-nixos (caddy)
|
# - https://johns.codes/blog/organizing-system-configs-with-nixos (caddy)
|
||||||
|
# - https://nixos-and-flakes.thiscute.world/nixos-with-flakes/start-using-home-manager
|
||||||
|
|
||||||
description = "Pazpi's systems";
|
description = "Pazpi's systems";
|
||||||
|
|
||||||
|
|
@ -36,14 +37,15 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
{ self
|
{
|
||||||
, nixpkgs
|
self,
|
||||||
, nixos-hardware
|
nixpkgs,
|
||||||
, lix-module
|
nixos-hardware,
|
||||||
, agenix
|
lix-module,
|
||||||
, colmena
|
agenix,
|
||||||
, home-manager
|
colmena,
|
||||||
, ...
|
home-manager,
|
||||||
|
...
|
||||||
}@inputs:
|
}@inputs:
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue