flake: switch nixpkgs branch to nixpkgs-unstable

This commit is contained in:
Frothy 2024-06-22 19:28:54 -04:00
commit ad22bca3d7
2 changed files with 5 additions and 5 deletions

View file

@ -77,7 +77,7 @@
# Flake inputs
inputs = {
## Basic Inputs
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-utils.url = "github:numtide/flake-utils";
systems.url = "github:nix-systems/default";