mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2025-12-12 06:10:07 +01:00
chore: format and add meta module
This commit is contained in:
parent
223000e43c
commit
5fee6ef12a
7 changed files with 238 additions and 8 deletions
|
|
@ -30,7 +30,7 @@ in
|
|||
(derivation {
|
||||
inherit name;
|
||||
|
||||
system = stdenv.hostPlatform.system;
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
|
||||
# `nix develop` actually checks and uses builder. And it must be bash.
|
||||
builder = bashPath;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue