remove dev alias

This commit is contained in:
cswimr 2024-12-30 12:02:15 -05:00
parent 237d22276e
commit 287c245394
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -119,7 +119,6 @@ alias_dictionary = {
"tree": "eza --tree --git-ignore --time-style=long-iso --icons=auto --hyperlink",
"create-devenv": "nix flake init --template github:cachix/devenv and direnv allow",
"dev": "nix develop --no-pure-eval",
"nixpkgs-update": "nix run --option extra-substituters 'https://nix-community.cachix.org/' --option extra-trusted-public-keys 'nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=' github:ryantm/nixpkgs-update --",
"nixrc": "edit /etc/nixos",