refactor: rename shell script templates
This commit is contained in:
parent
bc8669186c
commit
9c436fd2a3
7 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@
|
|||
outputs = { self, ... }:
|
||||
let
|
||||
aliases = {
|
||||
bash = "bash_nixpkgs";
|
||||
fish = "fish_nixpkgs";
|
||||
bash = "bash_script_nixpkgs";
|
||||
fish = "fish_script_nixpkgs";
|
||||
python = "python_pyproject_nixpkgs_basic";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue