Update flake.lock dependencies and bash aliases
Add corefonts as a new input and lock entry. Rename plugin-loader to plugin-loader-src. Switch from a file URL to a GitHub source for the loader. Update revisions, narHashes and timestamps for multiple dependencies. Adjust bash aliases (nb, nr, nbr) to use nix build . and nix run .
This commit is contained in:
@@ -35,9 +35,9 @@
|
||||
|
||||
# Development aliases for nix flake
|
||||
nd = "nix develop";
|
||||
nb = "nix build";
|
||||
nr = "nix run";
|
||||
nbr = "nix build && nix run";
|
||||
nb = "nix build .";
|
||||
nr = "nix run .";
|
||||
nbr = "nix build . && nix run .";
|
||||
nbd = "nix build .#develop";
|
||||
nrd = "nix run .#develop";
|
||||
nbrd = "nix build .#develop && nix run .#develop";
|
||||
|
||||
Reference in New Issue
Block a user