chore(flake): switch to nixpkgs unstable
This commit is contained in:
parent
519b36bfed
commit
3e31b32853
2 changed files with 6 additions and 6 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue