From deaca8bd751ea146222d90a8e5e4321f9a991701 Mon Sep 17 00:00:00 2001 From: vkobinski Date: Fri, 5 Jul 2024 15:00:13 -0300 Subject: [PATCH] flake --- flake.lock | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index 588a858..7ab0f83 100644 --- a/flake.lock +++ b/flake.lock @@ -61,7 +61,7 @@ }, "original": { "owner": "NixOS", - "ref": "nixos-23.11", + "ref": "release-23.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 1911e5e..5b1845e 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "kindelia-node"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; + nixpkgs.url = "github:NixOS/nixpkgs/release-23.11"; flake-utils.url = "github:numtide/flake-utils"; rust-overlay.url = "github:oxalica/rust-overlay"; naersk.url = "github:nix-community/naersk";