mirror of
https://github.com/callumio/nish.git
synced 2026-05-06 16:58:09 +01:00
This commit is contained in:
parent
512135e90e
commit
70b141fc8a
3 changed files with 48 additions and 123 deletions
|
|
@ -37,7 +37,6 @@ fn preprocess(s: &str) -> Result<Installable, String> {
|
|||
async fn main() -> Result<(), runix::default::NixCommandLineRunError> {
|
||||
let cli = Args::parse();
|
||||
std::env::set_var("NIXPKGS_ALLOW_UNFREE", "1");
|
||||
|
||||
Shell {
|
||||
flake: FlakeArgs::default(),
|
||||
eval: EvaluationArgs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue