flake.lock: Update Flake lock file updates: • Added input 'shinobi': 'gitlab:Shinobi-Systems/Shinobi/a2faa40ab0e9952ff6a7fcf682534171614180c1' (2021-11-30)
24 lines
No EOL
632 B
Nix
24 lines
No EOL
632 B
Nix
{
|
|
lib,
|
|
pkgs,
|
|
|
|
# dream2nix
|
|
satisfiesSemver,
|
|
...
|
|
}:
|
|
|
|
{
|
|
shinobi.directory-patches = {
|
|
patches = [
|
|
./shinobi/0001-packageDirectory.patch
|
|
./shinobi/0002-use-packageDirectory-for-languages.patch
|
|
./shinobi/0003-use-s.location.languages.patch
|
|
./shinobi/0004-use-packageDirectory-for-folders.patch
|
|
./shinobi/0005-use-packageDirectory-for-definitions.patch
|
|
./shinobi/0006-use-packageDirectory-for-web-server-paths.patch
|
|
./shinobi/0007-remove-terminalCommands.patch
|
|
./shinobi/0008-use-__dirname-in-ejs.patch
|
|
./shinobi/0009-disable-subscription-bullshit.patch
|
|
];
|
|
};
|
|
} |