diff options
| author | Malo Bourgon <mbourgon@gmail.com> | 2022-08-14 17:52:52 -0700 |
|---|---|---|
| committer | Malo Bourgon <mbourgon@gmail.com> | 2022-08-16 17:41:13 -0700 |
| commit | 796a72f0fe2c8df0e37f0febda3b6aad3b351a68 (patch) | |
| tree | 6d468518938879b614185b27cfe08f07d5239781 /modules | |
| parent | 8e2c71d1ca85461c6295dba31481eadb07fdbb19 (diff) | |
Update changelog
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/nix/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/nix/default.nix b/modules/nix/default.nix index 6b32caa..2588d3b 100644 --- a/modules/nix/default.nix +++ b/modules/nix/default.nix @@ -1,3 +1,5 @@ +# Based off: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/misc/nix-daemon.nix +# When making changes please try to keep it in sync and keep the diff NixOS module clean. { config, lib, pkgs, ... }: with lib; |
