point to nixpkgs unstable

This commit is contained in:
Fabien Freling 2023-10-04 14:20:49 +02:00
parent f5fdb07f90
commit b7370d4fdd
2 changed files with 14 additions and 15 deletions

View file

@ -2,7 +2,8 @@
description = "FabApp";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/release-23.05";
# take unstable if not specified
# nixpkgs.url = "github:nixos/nixpkgs/release-23.05";
flake-parts.url = "github:hercules-ci/flake-parts";
};