mirror of
https://github.com/izzy2lost/nix.git
synced 2026-03-10 12:35:57 -07:00
6 lines
96 B
Nix
6 lines
96 B
Nix
{
|
|
inNixShell ? false,
|
|
...
|
|
}@args:
|
|
import ./shell.nix (args // { contentAddressed = true; })
|