chore(flake): switch to nixpkgs unstable

This commit is contained in:
Philip Stark 2023-06-10 13:52:13 +02:00
parent 519b36bfed
commit 3e31b32853
2 changed files with 6 additions and 6 deletions

View file

@ -2,8 +2,8 @@
description = "EspHome Word Clock";
inputs = {
systems.url = "github:nix-systems/x86_64-linux";
# nixpkgs.url = "github:NixOS/nixpkgs/unstable";
nixpkgs.url = "github:NixOS/nixpkgs/22.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
# nixpkgs.url = "github:NixOS/nixpkgs/22.11";
utils.url = "github:numtide/flake-utils";
utils.inputs.systems.follows = "systems";
};