Skip to content

Commit

Permalink
chore(nix-update): remove outdated workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
midchildan committed Sep 13, 2024
1 parent 4193e34 commit 067dee7
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions nix/overlays/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,7 @@ final: prev:
let
pkgsFrom = args: import (prev.fetchFromGitHub args) { inherit (prev) config system; };
in
{
nix-update = prev.nix-update.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [
# github: Add fallback to atom feed if project does not use releases
(prev.fetchpatch {
url = "https://github.com/Mic92/nix-update/commit/7840def89c26efbb9039efbd4e631b1ade4b2956.patch";
hash = "sha256-yUzrwlauSA+2cI0/o4Y09fneGmx7QPB+I5ac9P2L5Xo=";
})
];
});
}
// prev.lib.optionalAttrs prev.stdenv.isDarwin {
prev.lib.optionalAttrs prev.stdenv.isDarwin {
inherit
(pkgsFrom {
owner = "NixOS";
Expand Down

0 comments on commit 067dee7

Please sign in to comment.