From 4d6d305747d7f071925afc82f9956bc7515ec650 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 15 Sep 2023 13:34:36 +0000 Subject: [PATCH] Update flake.nix --- systems/x86_64/thelio-b1/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64/thelio-b1/flake.nix b/systems/x86_64/thelio-b1/flake.nix index 399af96..a09d3d6 100644 --- a/systems/x86_64/thelio-b1/flake.nix +++ b/systems/x86_64/thelio-b1/flake.nix @@ -2,7 +2,7 @@ description = "thelio-b1"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; + nixpkgs.url = "github:NixOS/nixpkgs/release-23.05"; }; outputs = { self, nixpkgs, ... }@inputs: {