From 572314fe46ff390888277202a5f0c36c11527338 Mon Sep 17 00:00:00 2001 From: unexplrd Date: Fri, 6 Jun 2025 15:06:31 +0300 Subject: [PATCH] flake.nix: PR that fixes nix/lix bug w/ sshServe Signed-off-by: unexplrd --- flake.lock | 8 ++++---- flake.nix | 4 +++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index fca69ef..b985a34 100644 --- a/flake.lock +++ b/flake.lock @@ -966,16 +966,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1748929857, - "narHash": "sha256-lcZQ8RhsmhsK8u7LIFsJhsLh/pzR9yZ8yqpTzyGdj+Q=", + "lastModified": 1748962802, + "narHash": "sha256-PmLFTJD6sbGpeGSMcCk091dvygDMxzsSqg4CFm5gHaw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c2a03962b8e24e669fb37b7df10e7c79531ff1a4", + "rev": "e7d00ea9afa4b44c0dabfc43a83de1bad0bb71e0", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-unstable", + "ref": "pull/413627/head", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 3303c81..ec54245 100644 --- a/flake.nix +++ b/flake.nix @@ -61,7 +61,9 @@ url = "github:nixos/nixpkgs/nixos-24.11"; }; nixpkgs = { - url = "github:NixOS/nixpkgs?ref=nixos-unstable"; + # url = "github:NixOS/nixpkgs?ref=nixos-unstable"; + # workaround for `unexpected Nix daemon error: error: serialised integer 7022364302122705765 is too large for type 'j'` + url = "github:NixOS/nixpkgs/pull/413627/head"; }; sops-nix = { url = "github:mic92/sops-nix";