From 1d868976b8973d4de97d9d45bcd70075bc93f5e7 Mon Sep 17 00:00:00 2001 From: pazpi Date: Fri, 13 Sep 2024 13:25:14 +0200 Subject: [PATCH] Add comment to ref a source --- flake.nix | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/flake.nix b/flake.nix index 92b1278..08257b9 100644 --- a/flake.nix +++ b/flake.nix @@ -3,6 +3,7 @@ # - https://github.com/BonusPlay/sysconf/blob/master/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://nixos-and-flakes.thiscute.world/nixos-with-flakes/start-using-home-manager description = "Pazpi's systems"; @@ -36,14 +37,15 @@ }; outputs = - { self - , nixpkgs - , nixos-hardware - , lix-module - , agenix - , colmena - , home-manager - , ... + { + self, + nixpkgs, + nixos-hardware, + lix-module, + agenix, + colmena, + home-manager, + ... }@inputs: let system = "x86_64-linux";