Add weekly-rebuild timer
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m37s
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m37s
This commit is contained in:
6
system/packages.nix
Normal file
6
system/packages.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
pkgs.git
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user