Skip to content

Commit

Permalink
chore(nix): updated to NixOS 24.11
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah committed Dec 22, 2024
1 parent 77e78cd commit 29bb67b
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
66 changes: 33 additions & 33 deletions flake.lock

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

10 changes: 5 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
flake-utils.url = "github:numtide/flake-utils";

# Linux
nixos-24_05.url = "github:NixOS/nixpkgs/nixos-24.05";
nixos-24_11.url = "github:NixOS/nixpkgs/nixos-24.11";
nixos-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-generators = {
url = "github:nix-community/nixos-generators/7c60ba4bc8d6aa2ba3e5b0f6ceb9fc07bc261565";
inputs.nixpkgs.follows = "nixos-24_05";
inputs.nixpkgs.follows = "nixos-24_11";
};
home-manager = {
url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixos-24_05";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixos-24_11";
};

#Darwin
nixpkgs-24_05-darwin.url = "github:NixOS/nixpkgs/nixpkgs-24.05-darwin";
nixpkgs-24_11-darwin.url = "github:NixOS/nixpkgs/nixpkgs-24.11-darwin";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable";

fenix = {
Expand Down
2 changes: 1 addition & 1 deletion nix/inputs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let
in
{
self = inputs-raw.self;
nixpkgs = if isDarwin then inputs-raw.nixpkgs-24_05-darwin else inputs-raw.nixos-24_05;
nixpkgs = if isDarwin then inputs-raw.nixpkgs-24_11-darwin else inputs-raw.nixos-24_11;
nixpkgs-unstable = if isDarwin then inputs-raw.nixpkgs-unstable else inputs-raw.nixos-unstable;
# fenix = if isDarwin then inputs-raw.fenix-darwin else inputs-raw.fenix-linux;
fenix = inputs-raw.fenix;
Expand Down

0 comments on commit 29bb67b

Please sign in to comment.