Skip to content

Commit

Permalink
stylix: lock nixpkgs and home-manager to 24.11 (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
trueNAHO authored Dec 10, 2024
1 parent f05a3c0 commit 8dd0988
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
# The 'home-manager' input is used to generate the documentation.
home-manager = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-24.11";
};

nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";

# Interface flake systems.
systems.url = "github:nix-systems/default";
Expand Down

0 comments on commit 8dd0988

Please sign in to comment.