Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
systemd-python: remove overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Mar 12, 2024
1 parent 350fc09 commit 82c3873
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@
--replace "/proc/cpuinfo" "${./proc_cpuinfo.txt}"
'';
});
systemd-python = pyPrev.systemd-python.overridePythonAttrs (old: {
nativeBuildInputs =
(old.nativeBuildInputs or [])
++ [
pyFinal.setuptools
];
});
});
};
};
Expand Down

0 comments on commit 82c3873

Please sign in to comment.