From d72aca1621e3bf8e7fe27904318cf51541071a7d Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Thu, 21 Nov 2024 17:24:31 -0600 Subject: [PATCH] revert until flake is fixed --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 6e574af..a797ec6 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { # Nixpkgs and unstable - nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; # Lix - Substitution of the Nix package manager, focused on correctness, usability, and growth – and committed to doing right by its community. @@ -33,7 +33,7 @@ # home-manager - Manage user configuration with nix # https://github.com/nix-community/home-manager home-manager = { - url = "github:nix-community/home-manager/release-24.11"; + url = "github:nix-community/home-manager/release-24.05"; inputs.nixpkgs.follows = "nixpkgs"; };