Skip to content

Commit

Permalink
build(deps): update release to 24.11 and update non-release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
refnode committed Dec 5, 2024
1 parent 40dd1ec commit 9c3708a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 24 deletions.
40 changes: 20 additions & 20 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 @@ -2,11 +2,11 @@
description = "refnode's Nix configurations";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nix-darwin.url = "github:lnl7/nix-darwin";
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
home-manager.url = "github:nix-community/home-manager/release-24.05";
home-manager.url = "github:nix-community/home-manager/release-24.11";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
pre-commit-hooks.url = "github:cachix/git-hooks.nix";
pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs";
Expand Down
2 changes: 0 additions & 2 deletions hosts/defiant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
pkgs.bash
pkgs.zsh
];

loginShell = pkgs.zsh;
};

fonts = {
Expand Down

0 comments on commit 9c3708a

Please sign in to comment.