Compare commits

..

No commits in common. "fe8b1db0fdb6494adbebc523049b9b711f503ea4" and "b8232253020649a38191eef42a71585808dd2677" have entirely different histories.

2 changed files with 3 additions and 5 deletions
flake.lock
hosts/thanatos

View file

@ -257,11 +257,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1736061677, "lastModified": 1735531152,
"narHash": "sha256-DjkQPnkAfd7eB522PwnkGhOMuT9QVCZspDpJJYyOj60=", "narHash": "sha256-As8I+ebItDKtboWgDXYZSIjGlKeqiLBvjxsQHUmAf1Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "cbd8ec4de4469333c82ff40d057350c30e9f7d36", "rev": "3ffbbdbac0566a0977da3d2657b89cbcfe9a173b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -93,6 +93,4 @@ in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
docker-compose docker-compose
]; ];
nix.gc.automatic = lib.mkForce false;
} }