Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

Update + fix nixery

+3 -3
+3 -3
overlays/nixery.nix
··· 1 1 final: prev: 2 2 3 3 let 4 - rev = "7eb6caf6c9de3d760351edaa9cb78debe4221dbd"; 4 + rev = "1362292efd72b63b0ff11c8ca2217c2188476129"; 5 5 6 6 src = prev.fetchgit { 7 7 url = "https://code.tvl.fyi/depot.git:/tools/nixery.git"; 8 8 inherit rev; 9 - hash = "sha256-zIZ8M61IVdFjynoJePXyg4hILX/+rWupDOiK1+EJkeY="; 9 + hash = "sha256-E3Mo0UD4TodezP1JdqCQQCNDPYO+la5KxS/sATAa0CU="; 10 10 }; 11 11 12 12 depotStub = { ··· 14 14 tools.releases.filteredGitPush = _: { }; 15 15 }; 16 16 17 - nixeryPackages = import src { 17 + nixeryPackages = import "${src}/tools/nixery" { 18 18 pkgs = final; 19 19 depot = depotStub; 20 20 };