flake: switch to nixos-unstable-small

This commit is contained in:
raf 2024-05-18 16:45:56 +03:00
commit bb06827474
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
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";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-utils.url = "github:numtide/flake-utils";
systems.url = "github:nix-systems/default";