fix: nix repl '<nixpkgs>' no longer works

This commit is contained in:
Noah Masur
2024-11-06 13:56:00 -05:00
parent cf8fc2ac56
commit 67727954ec
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
ns = "nix-shell -p";
nsf = "nix-shell --run fish -p";
nsr = "nix-shell-run";
nps = "nix repl '<nixpkgs>'";
nps = "nix repl --expr 'import <nixpkgs>{}'";
nixo = "man configuration.nix";
nixh = "man home-configuration.nix";
nr = "rebuild-nixos";