feat: enabled auto updates
This commit is contained in:
parent
54e65a7d1d
commit
abd9e6a4bb
2 changed files with 12 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue