Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fjs/ci/config/module.f.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const node = /** @type {const} */({
// https://channels.nixos.org/nixos-26.05/git-revision
export const nixpkgs = /** @type {const} */({
ref: 'nixos-26.05',
commit: 'a3b98866eecd08edac6e61a3081e69540a35020f',
commit: 'f4f698677b11021a8f84f452e23ae9ef2427bec3',
Comment thread
sergey-shandar marked this conversation as resolved.
})

// https://github.com/bytecodealliance/wasmtime/releases
Expand Down
2 changes: 1 addition & 1 deletion nix/generated/node22/flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/a3b98866eecd08edac6e61a3081e69540a35020f";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/f4f698677b11021a8f84f452e23ae9ef2427bec3";
outputs = { nixpkgs, ... }: {
devShells.aarch64-linux.default = let
pkgs = import nixpkgs {
Expand Down
2 changes: 1 addition & 1 deletion nix/generated/node24/flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/a3b98866eecd08edac6e61a3081e69540a35020f";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/f4f698677b11021a8f84f452e23ae9ef2427bec3";
outputs = { nixpkgs, ... }: {
devShells.aarch64-linux.default = let
pkgs = import nixpkgs {
Expand Down
2 changes: 1 addition & 1 deletion nix/generated/node26/flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/a3b98866eecd08edac6e61a3081e69540a35020f";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/f4f698677b11021a8f84f452e23ae9ef2427bec3";
outputs = { nixpkgs, ... }: {
devShells.aarch64-linux.default = let
pkgs = import nixpkgs {
Expand Down
Loading