Upgrade to nix unstable

This commit is contained in:
Florian RICHER 2024-02-17 14:56:18 +01:00
parent 382f4a457e
commit c721d6821b
7 changed files with 30 additions and 15 deletions

11
home/programs/mise.nix Normal file
View file

@ -0,0 +1,11 @@
{ config, pkgs, ... }:
{
programs.mise = {
enable = true;
settings = {
experimental = true;
};
};
}

View file

@ -29,7 +29,7 @@
elixir-lsp.vscode-elixir-ls
# Ruby
rebornix.ruby # nixpkgs#unstable -> Migrate to shopify.ruby-lsp
shopify.ruby-lsp
];
};
}