feat(nix/deps): update nixpkgs from 24.11-beta to 24.11

This commit is contained in:
2024-12-03 00:18:35 +00:00
parent 0ea0596f69
commit e030fee670
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
description = "Development environment flake";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/24.11-beta";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
flake-utils.url = "github:numtide/flake-utils";
};