chore(flake): Update flake inputs

This commit is contained in:
Alexander Kobjolke 2024-05-21 22:40:10 +02:00
parent d5917fe054
commit 548cf19a72
3 changed files with 52 additions and 72 deletions

View file

@ -1,8 +1,13 @@
{ config, lib, pkgs, ... }:
{
config,
lib,
pkgs,
...
}:
{
nix = {
package = pkgs.nixUnstable;
package = pkgs.nixVersions.latest;
gc = {
automatic = true;
dates = "weekly";
@ -11,7 +16,10 @@
settings = {
auto-optimise-store = true;
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
experimental-features = [
"nix-command"
"flakes"
];
warn-dirty = false;
# avoid unwanted garbage collection when using direnv