Update to 25.05.

This commit is contained in:
Lorenzo Good 2025-06-03 20:44:40 -05:00
parent 0a9c140209
commit 6952570818
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0
5 changed files with 15 additions and 16 deletions

View file

@ -2,7 +2,7 @@
inputs = {
common.url = "path:../../nixos";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
sops-nix = {
url = "github:Mic92/sops-nix";
@ -35,7 +35,7 @@
pkgs = buildNixpkgs system;
in {
default = pkgs.mkShell {
buildInputs = with pkgs; [sops];
buildInputs = with pkgs; [sops nixos-rebuild];
};
});
};