chore: bump dependencies

This commit is contained in:
Jacob Bachmann 2024-05-05 13:48:39 +02:00
parent 720d341cca
commit d601262749
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
2 changed files with 19 additions and 21 deletions

View file

@ -1,7 +1,5 @@
{ pkgs, ... }@inputs: {
{ ... }@inputs: {
nix = {
# TODO remove once 24.05 is released
package = pkgs.nixVersions.unstable;
settings = {
experimental-features = [ "nix-command" "flakes" ];
auto-optimise-store = true;