Compare commits

..

No commits in common. "b81fb90507464f61f6af09a9b83027ae18a5516e" and "237d22276ec53727b8de6f52eee47ab92258d239" have entirely different histories.

View file

@ -119,6 +119,7 @@ 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",
@ -128,7 +129,6 @@ alias_dictionary = {
"runactions": "act_runner exec --default-actions-url=https://www.coastalcommits.com --gitea-instance=https://www.coastalcommits.com",
"uvr": "uv run",
"ns": "nix-shell",
"e": "edit",
"c": "clear",
"s": "sudo",