From 75f744731805f5dc74a10ab574fb9e298df11c54 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 15 Sep 2023 00:02:32 +0000 Subject: [PATCH] Update flake.nix --- systems/x86_64/harbinger/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64/harbinger/flake.nix b/systems/x86_64/harbinger/flake.nix index 66610b3..64dc310 100644 --- a/systems/x86_64/harbinger/flake.nix +++ b/systems/x86_64/harbinger/flake.nix @@ -2,7 +2,7 @@ description = "Harbinger"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05"; + nixpkgs.url = "github:NixOS/nixpkgs/release-23.05"; }; outputs = { self, nixpkgs, ... }@inputs: {