bumped nixpkgs to latest stable version

This commit is contained in:
chloe 2025-05-24 12:45:07 +02:00
parent 82cfa53244
commit 4412e1c505
2 changed files with 24 additions and 2 deletions

View file

@ -2,8 +2,8 @@
description = "the silliest NixOS config!";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
nixpkgsSmall.url = "github:NixOS/nixpkgs/nixos-24.11-small";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
nixpkgsSmall.url = "github:NixOS/nixpkgs/nixos-25.05-small";
nixpkgsUnstable.url = "github:NixOS/nixpkgs/nixos-unstable";
sops-nix.url = "github:Mic92/sops-nix";