chore: add dedicated nixpkgs input to flake

This ensures that `nix flake update` doesn't create surprises on
different systems.
This commit is contained in:
wucke13
2024-04-06 04:13:45 +02:00
committed by wucke13
parent 0edfb625e8
commit d1d218ac0f
2 changed files with 10 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
flake-utils.url = "github:numtide/flake-utils";
# for quicker rust builds