fix: don't install dotnet from nix for now.
This commit is contained in:
parent
622618c715
commit
e3b4402b0b
@ -7,3 +7,6 @@ bindkey '^R' history-incremental-search-backward
|
||||
|
||||
# Opam configurattion
|
||||
[[ ! -r ~/.opam/opam-init/init.zsh ]] || source ~/.opam/opam-init/init.zsh > /dev/null 2> /dev/null
|
||||
|
||||
# dotnet stuff
|
||||
[[ ! -d /usr/local/share/dotnet ]] || DOTNET_ROOT=/usr/local/share/dotnet PATH=$PATH:/usr/local/share/dotnet
|
||||
|
6
nix/base-system/flake.lock
generated
6
nix/base-system/flake.lock
generated
@ -329,11 +329,11 @@
|
||||
"rust-overlay": "rust-overlay"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1708869798,
|
||||
"narHash": "sha256-ptDmgUUJBZ5SYkRNqmcfrSqIcsARsBO4CrOxKlFVmZY=",
|
||||
"lastModified": 1709072133,
|
||||
"narHash": "sha256-RdDYNockp2wH22DdJlQ/h8IJnB9n9U3XLIAI4dqMQME=",
|
||||
"owner": "zaphar",
|
||||
"repo": "Heracles",
|
||||
"rev": "ac52aea6c84870afb6104d0184b4371ba689db89",
|
||||
"rev": "782cca41a0b44ea8ac68c696f73d5491197a933b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -190,7 +190,7 @@ EOF";
|
||||
nil-pkg
|
||||
lua-language-server
|
||||
rust-analyzer
|
||||
omnisharp-roslyn
|
||||
#omnisharp-roslyn
|
||||
]);
|
||||
};
|
||||
};
|
||||
@ -294,8 +294,8 @@ EOF";
|
||||
nomad
|
||||
mkcert
|
||||
kubo
|
||||
dotnet-sdk_7
|
||||
netcoredbg
|
||||
#dotnet-sdk_7
|
||||
#netcoredbg
|
||||
powershell
|
||||
unstablePkgs.ocaml
|
||||
unstablePkgs.opam
|
||||
|
Loading…
x
Reference in New Issue
Block a user