mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
Undo PEP 668
https://github.com/NixOS/nixpkgs/pull/229166 https://xkcd.com/1172
This commit is contained in:
parent
22ad3653a0
commit
c6ed71d6e2
1 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,9 @@
|
||||||
|
|
||||||
(writeShellScriptBin "nr" "exec nix repl \"$(nix eval nixpkgs#path)\"")
|
(writeShellScriptBin "nr" "exec nix repl \"$(nix eval nixpkgs#path)\"")
|
||||||
|
|
||||||
(writeShellScriptBin "pip-install" "exec python -m ensurepip --user")
|
(writeShellScriptBin "pip-install" ''
|
||||||
|
nix run 'nixpkgs#python3.pkgs.pip' -- install --user --upgrade --break-system-packages pip
|
||||||
|
'')
|
||||||
|
|
||||||
(writeShellScriptBin "nix-roots" ''
|
(writeShellScriptBin "nix-roots" ''
|
||||||
nix-store --gc --print-roots | grep -v \
|
nix-store --gc --print-roots | grep -v \
|
||||||
|
|
Loading…
Reference in a new issue