From 438b0dea9ae5ef068bb4dae238180bd4271f7a1c Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 11 Jun 2023 11:04:45 +0200 Subject: flake: switch to current stable nix channel --- flake.lock | 8 ++++---- flake.nix | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index cef6a3f..cf612cc 100644 --- a/flake.lock +++ b/flake.lock @@ -32,16 +32,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1669853768, - "narHash": "sha256-hIrUOoQ1/Da5kFKRfubQK9jK/DfJK3mkjiS8/ptuX6g=", + "lastModified": 1686331006, + "narHash": "sha256-hElRDWUNG655aqF0awu+h5cmDN+I/dQcChRt2tGuGGU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "445f2646b373100600f3463f28bc7656e0e82384", + "rev": "85bcb95aa83be667e562e781e9d186c57a07d757", "type": "github" }, "original": { "owner": "NixOS", - "ref": "445f264", + "ref": "nixos-23.05", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 7c03823..2275bbc 100644 --- a/flake.nix +++ b/flake.nix @@ -20,8 +20,7 @@ description = "A static web gallery generator with tags"; inputs = { - # GHC 9.2: https://github.com/NixOS/nixpkgs/pull/202022 - nixpkgs.url = "github:NixOS/nixpkgs/445f264"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; flake-utils.url = "github:numtide/flake-utils"; flaky-utils.url = "git+https://cgit.pacien.net/libs/flaky-utils"; }; -- cgit v1.2.3