chore: update nixpkgs

This commit is contained in:
Tim Schubert 2025-05-17 12:49:05 +02:00
parent 091c4243fe
commit 6ca9dde866
No known key found for this signature in database
4 changed files with 97 additions and 98 deletions

View file

@ -2,9 +2,8 @@
description = "dadada's nix flake";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11-small";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-full.url = "github:NixOS/nixpkgs/nixos-24.11";
nixpkgs-small.url = "github:NixOS/nixpkgs/nixos-unstable-small";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-utils = {
url = "github:numtide/flake-utils";
inputs.systems.follows = "systems";