mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
tree-wide: remove nix-monitored
This commit is contained in:
parent
c0d18af092
commit
da7e72db64
4 changed files with 0 additions and 30 deletions
|
|
@ -1,10 +0,0 @@
|
|||
let
|
||||
sources = import ../../npins;
|
||||
in
|
||||
# The final nix is lix in this case
|
||||
final: prev: {
|
||||
nix-monitored = sources.nix-monitored.asFlake.packages.${final.stdenv.hostPlatform.system}.default.override {
|
||||
inherit (final) nix;
|
||||
withNotify = false; # noisy, spams "command completed" even for nix shells
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue