point to nixpkgs unstable

This commit is contained in:
Fabien Freling 2023-09-29 13:58:42 +02:00
parent ce57522a8d
commit 11f907d03b
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";
};