hope i can compile this pos sometime
This commit is contained in:
parent
7197a864cc
commit
49931bb6e5
1 changed files with 7 additions and 15 deletions
|
|
@ -3,21 +3,13 @@
|
||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
{
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
# if the system is darwin use osbm-nvim-darwin otherwise use osbm-nvim
|
(if !pkgs.stdenv.hostPlatform.isDarwin
|
||||||
osbm-nvim = if
|
then
|
||||||
pkgs.stdenv.hostPlatform.isDarwin
|
inputs.osbm-nvim.packages."${pkgs.stdenv.hostPlatform.system}".default
|
||||||
then
|
else null
|
||||||
# inputs.osbm-nvim-darwin.packages."${pkgs.stdenv.hostPlatform.system}".default
|
)
|
||||||
inputs.osbm-nvim.packages."${pkgs.stdenv.hostPlatform.system}".default
|
|
||||||
else
|
|
||||||
inputs.osbm-nvim.packages."${pkgs.stdenv.hostPlatform.system}".default;
|
|
||||||
|
|
||||||
in
|
|
||||||
{
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
osbm-nvim
|
|
||||||
wget
|
wget
|
||||||
git
|
git
|
||||||
lazygit
|
lazygit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue