From f03eb696451dc63ae75a5c20fc356b5aa46b6dd9 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 22 Sep 2024 21:17:32 -0700 Subject: fix configuration to use stable; this is because unstable will break the build process of packages --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index f58cd09..cf6925e 100644 --- a/flake.nix +++ b/flake.nix @@ -3,10 +3,10 @@ inputs = { nixpkgs = { - url = "github:nixos/nixpkgs/nixos-unstable"; + url = "github:nixos/nixpkgs/nixos-24.05"; }; home-manager = { - url = "github:nix-community/home-manager/release-23.11"; + url = "github:nix-community/home-manager/release-24.05"; inputs.nixpkgs.follows = "nixpkgs"; }; -- cgit