Upgrade inputs to 24.11

This commit is contained in:
Fabian Hauser 2024-12-05 14:31:55 +02:00
parent d437be7246
commit f6e63c0fdf
5 changed files with 29 additions and 22 deletions

View file

@ -72,7 +72,7 @@
dates = "weekly";
options = "--delete-older-than 90d";
};
package = pkgs.nixFlakes;
package = pkgs.nixVersions.stable;
extraOptions = ''
experimental-features = nix-command flakes
'';
@ -105,7 +105,10 @@
};
programs.autojump.enable = true;
programs.vim.defaultEditor = true;
programs.vim = {
enable = true;
defaultEditor = true;
};
sops.defaultSopsFile =
let