add rebuild command (untested)

This commit is contained in:
Lillian Violet 2024-02-26 14:17:34 +01:00
parent 983e994930
commit 52a5010891
3 changed files with 40 additions and 0 deletions

View file

@ -6,7 +6,19 @@
pkgs,
...
}: {
nixpkgs = {
# You can add overlays here
overlays = [
# Add overlays your own flake exports (from overlays and pkgs dir):
outputs.overlays.additions
outputs.overlays.modifications
];
};
environment.systemPackages = with pkgs; [
# Custom tools
rebuild
# System tools
age
alejandra