feat: enabled auto updates

This commit is contained in:
Leyla Becker 2026-02-17 20:08:13 -06:00
parent 54e65a7d1d
commit abd9e6a4bb
2 changed files with 12 additions and 2 deletions

View file

@ -6,7 +6,7 @@
outputs = {
self,
nixpkgs,
}: let
} @ inputs: let
overlays = [
(final: prev: {
nodejs = prev.nodejs_latest;
@ -46,6 +46,7 @@
{nixpkgs.overlays = overlays;}
./nix/configuration.nix
];
specialArgs = {inherit inputs;};
};
# Deployment helper - use with: nix run .#deploy