mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-27 20:51:03 +01:00
nix-your-shell: add module
This commit is contained in:
parent
7f78e2d1c6
commit
e71e678d18
6 changed files with 116 additions and 0 deletions
|
|
@ -1827,6 +1827,16 @@ in {
|
|||
as systemd services.
|
||||
'';
|
||||
}
|
||||
|
||||
{
|
||||
time = "2024-12-01T19:17:40+00:00";
|
||||
message = ''
|
||||
A new module is available: 'programs.nix-your-shell'.
|
||||
|
||||
nix-your-shell is a wrapper for `nix develop` or `nix-shell` to retain
|
||||
the same shell inside the new environment.
|
||||
'';
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue