1
0
Fork 0
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:
Terje Larsen 2024-07-18 14:15:10 +02:00 committed by Robert Helgesson
parent 7f78e2d1c6
commit e71e678d18
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
6 changed files with 116 additions and 0 deletions

View file

@ -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.
'';
}
];
};
}