From 27fe7a9e4ea260bb3c77608b587d48539292a0cc Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 15 May 2023 14:32:19 +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 1c9f7ab..a679b12 100644 --- a/systems/x86_64/harbinger/flake.nix +++ b/systems/x86_64/harbinger/flake.nix @@ -9,7 +9,7 @@ # which represents the GitHub repository URL + branch/commit-id/tag. # Official NixOS package source, using nixos-unstable branch here - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11"; # home-manager, used for managing user configuration home-manager = { url = "github:nix-community/home-manager/release-22.11";