flake/nixos: 25.05 -> 25.11

This commit is contained in:
Felix Buehler 2025-11-25 21:16:24 +01:00
parent e23a2921f0
commit 10cbc4d96b
2 changed files with 5 additions and 6 deletions

View file

@ -1,8 +1,7 @@
{
description = "NixOS configuration";
inputs = {
# nix.url = "github:NixOS/nix";
nixpkgs.url = "nixpkgs/nixos-25.05";
nixpkgs.url = "nixpkgs/nixos-25.11";
nixpkgs-unstable.url = "nixpkgs/nixos-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";