refactor(nix): Make duti only install on macOS
This commit is contained in:
parent
b27596dac3
commit
24c6d78f8f
3 changed files with 3 additions and 4 deletions
|
@ -31,10 +31,12 @@
|
|||
pkgs.nmap
|
||||
pkgs.cargo
|
||||
pkgs.android-tools
|
||||
# pkgs.browserpass
|
||||
pkgs.coreutils-full
|
||||
# >> For macOS only
|
||||
] ++ pkgs.lib.optionals (pkgs.stdenv.isDarwin) [
|
||||
pkgs.duti
|
||||
];
|
||||
# << For macOS only
|
||||
|
||||
# Auto upgrade nix package and the daemon service.
|
||||
services.nix-daemon.enable = true;
|
||||
|
@ -77,4 +79,3 @@
|
|||
};
|
||||
};
|
||||
}
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
|
|
@ -51,4 +51,3 @@ in
|
|||
];
|
||||
};
|
||||
}
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
|
|
@ -28,4 +28,3 @@
|
|||
);
|
||||
};
|
||||
}
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue