my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

base/nixpkgs/overlay: update nil

isabel 56469749 dc8a1a4f

+3 -3
+3 -3
modules/base/nixpkgs/overlays/default.nix
··· 30 30 src = prev.fetchFromGitHub { 31 31 owner = "oxalica"; 32 32 repo = "nil"; 33 - rev = "b043bfe1f3f4c4be4b688e24c5ae96e81f525805"; 34 - hash = "sha256-zXag1+8iZC3H5yVFP7KhIi4ps9z8xKrFIkyaeXlZ7Uo="; 33 + rev = "cd7a6f6d5dc58484e62a8e85677e06e47cf2bd4d"; 34 + hash = "sha256-fK4INnIJQNAA8cyjcDRZSPleA+N/STI6I0oBDMZ2r+E="; 35 35 }; 36 36 37 37 cargoDeps = prev.rustPlatform.fetchCargoVendor { 38 38 inherit (finalAttrs) src; 39 - hash = "sha256-Sljr3ff8hl/qm/0wqc1GXsEr1wWn7NAXmdrd5wHzUX8="; 39 + hash = "sha256-wvtCLCvpxbUo7VZPExUI7J+U06jnWBMnVuXqJeL/kOI="; 40 40 }; 41 41 } 42 42 );