From 6ecd5ca8ec91669c70b3e3f84ad087f829175f00 Mon Sep 17 00:00:00 2001 From: mediocregopher Date: Sun, 17 Dec 2023 15:50:37 +0100 Subject: [PATCH] Update edge in order to update lagrange, so that .config/lagrange copying works --- pkgs.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs.nix b/pkgs.nix index 527968d..7cc43d8 100644 --- a/pkgs.nix +++ b/pkgs.nix @@ -44,7 +44,7 @@ rec { edge = mkPkgs (builtins.fetchTarball { name = "nixpkgs-edge"; - url = "https://github.com/nixos/nixpkgs/archive/f9418c4c7fab906c52ae07cf27a618de7722d1e9.tar.gz"; - sha256 = "sha256:067m1gzj1n06m3anshwgabd1liaja8gcvd90spmnyi3a6vhqdvq0"; + url = "https://github.com/nixos/nixpkgs/archive/3ae06c380004ab1bb4146c986f38ed75ac3ec677.tar.gz"; + sha256 = "sha256:0x4wjqa78ik21kja5lcy6421jjg7m7pzh2vz582rv646l69a94cl"; }); }