Upgrade to nix unstable
This commit is contained in:
parent
382f4a457e
commit
c721d6821b
7 changed files with 30 additions and 15 deletions
11
home/programs/mise.nix
Normal file
11
home/programs/mise.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.mise = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
experimental = true;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -29,7 +29,7 @@
|
|||
elixir-lsp.vscode-elixir-ls
|
||||
|
||||
# Ruby
|
||||
rebornix.ruby # nixpkgs#unstable -> Migrate to shopify.ruby-lsp
|
||||
shopify.ruby-lsp
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue