mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 22:00:14 +00:00
fix: nix repl '<nixpkgs>' no longer works
This commit is contained in:
@ -21,7 +21,7 @@ function TERM_TOGGLE()
|
||||
basicterminal:toggle()
|
||||
end
|
||||
|
||||
local nixpkgs = terminal:new({ cmd = "nix repl '<nixpkgs>'" })
|
||||
local nixpkgs = terminal:new({ cmd = "nix repl --expr 'import <nixpkgs>{}'" })
|
||||
function NIXPKGS_TOGGLE()
|
||||
nixpkgs:toggle()
|
||||
end
|
||||
|
Reference in New Issue
Block a user