Skip to content

Commit

Permalink
bump 24.11 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
appaquet authored Dec 5, 2024
1 parent aaec7d4 commit bde75ea
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 48 deletions.
16 changes: 8 additions & 8 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
@@ -1,14 +1,14 @@
{
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";

flake-utils.url = "github:numtide/flake-utils";

nix-alien.url = "github:thiagokokada/nix-alien";

home-manager = {
url = "github:nix-community/home-manager/release-24.05";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};

Expand Down
20 changes: 10 additions & 10 deletions shells/backend/flake.lock

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

2 changes: 1 addition & 1 deletion shells/backend/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description = "HF backend";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
flake-utils.url = "github:numtide/flake-utils";
rust-overlay = {
url = "github:oxalica/rust-overlay";
Expand Down
20 changes: 10 additions & 10 deletions shells/exomind/flake.lock

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

2 changes: 1 addition & 1 deletion shells/exomind/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description = "exomind";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
flake-utils.url = "github:numtide/flake-utils";
rust-overlay = {
url = "github:oxalica/rust-overlay";
Expand Down
14 changes: 7 additions & 7 deletions shells/exotwo/flake.lock

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

2 changes: 1 addition & 1 deletion shells/exotwo/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description = "exotwo";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
flake-utils.url = "github:numtide/flake-utils";
};

Expand Down
14 changes: 7 additions & 7 deletions shells/frontend/flake.lock

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

2 changes: 1 addition & 1 deletion shells/frontend/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
description = "HF frontend & e2e";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
flake-utils.url = "github:numtide/flake-utils";
};

Expand Down

0 comments on commit bde75ea

Please sign in to comment.