mirror of
https://github.com/nmasur/dotfiles
synced 2026-08-29 09:48:34 +00:00
fix(nix): resolve stdenv deprecation warnings and gemini-cli deprecation
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
dotnetCorePackages,
|
||||
}:
|
||||
|
||||
if !stdenv.isLinux then
|
||||
if !stdenv.hostPlatform.isLinux then
|
||||
null
|
||||
else
|
||||
buildDotnetModule rec {
|
||||
|
||||
Reference in New Issue
Block a user