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;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue