fix: Typo
This commit is contained in:
16
shell.nix
16
shell.nix
@@ -4,6 +4,14 @@
|
||||
}:
|
||||
let
|
||||
addUser = pkgs.writeShellApplication rec {
|
||||
name = "adduser";
|
||||
runtimeInputs = [
|
||||
pkgs.openfga-cli
|
||||
pkgs.ripgrep
|
||||
];
|
||||
text = builtins.readFile ./scripts/${name}.sh;
|
||||
};
|
||||
delUser = pkgs.writeShellApplication rec {
|
||||
name = "deluser";
|
||||
runtimeInputs = [
|
||||
pkgs.openfga-cli
|
||||
@@ -12,14 +20,6 @@ let
|
||||
];
|
||||
text = builtins.readFile ./scripts/${name}.sh;
|
||||
};
|
||||
delUser = pkgs.writeShellApplication rec {
|
||||
name = "adduser";
|
||||
runtimeInputs = [
|
||||
pkgs.openfga-cli
|
||||
pkgs.ripgrep
|
||||
];
|
||||
text = builtins.readFile ./scripts/${name}.sh;
|
||||
};
|
||||
in
|
||||
pkgs.mkShellNoCC {
|
||||
packages = [
|
||||
|
||||
Reference in New Issue
Block a user