Update dependencies

This commit is contained in:
Charlotte Van Petegem 2023-06-28 09:22:11 +02:00
parent 7dbc85630d
commit 62d323d741
No known key found for this signature in database
GPG key ID: 019E764B7184435A
5 changed files with 25 additions and 76 deletions

View file

@ -17,7 +17,7 @@
packages = [
pkgs.agenix
# Use nixos-rebuild from flake, since it might be patched
(pkgs.nixos-rebuild.override { nix = pkgs.nixVersions.nix_2_14; })
pkgs.nixos-rebuild
pkgs.nixpkgs-fmt
];
}