Compare commits

..

2 commits

Author SHA1 Message Date
69dfaddbf2
Add git to default packages for root
All checks were successful
EVAL aarch64-linux.sisko
BUILD x86_64-linux.picard
UPLOAD x86_64-linux.picard
DOWNLOAD x86_64-linux.picard
CACHIX x86_64-linux.picard
ATTIC x86_64-linux.picard
/ test (push) Successful in 40s
2025-05-17 09:47:19 +02:00
afa8f62bb8
Run CI only for x86_64-linux 2025-05-17 09:47:04 +02:00

View file

@ -18,9 +18,10 @@
nixpkgs.config.allowUnfree = true; # Forgive me Mr. Stallman :(
system.switch.enableNg = true;
environment.systemPackages = [
pkgs.btop
pkgs.ncdu
environment.systemPackages = with pkgs; [
btop
ncdu
git
];
# FIXME not the best place