flake: update nixpkgs

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I0ab71afe6ecc1ba496b57cb80d8fb17b6a6a6964
This commit is contained in:
raf 2025-12-17 15:06:33 +03:00
commit 503fcbf4e2
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 4 additions and 6 deletions

View file

@ -1,7 +1,5 @@
{
description = "Rust Project Template";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
inputs.nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
outputs = {
self,
nixpkgs,