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

8
flake.lock generated
View file

@ -2,16 +2,16 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1669833724, "lastModified": 1683777345,
"narHash": "sha256-/HEZNyGbnQecrgJnfE8d0WC5c1xuPSD2LUpB6YXlg4c=", "narHash": "sha256-V2p/A4RpEGqEZussOnHYMU6XglxBJGCODdzoyvcwig8=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4d2b37a84fad1091b9de401eb450aae66f1a741e", "rev": "635a306fc8ede2e34cb3dd0d6d0a5d49362150ed",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "22.11", "ref": "nixpkgs-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

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