Add gpr GitHub PR helper and include in git nix module
This commit is contained in:
parent
ec2e093a24
commit
8b54a94c54
5 changed files with 465 additions and 19 deletions
|
|
@ -55,6 +55,11 @@
|
|||
nodejs_24
|
||||
foot
|
||||
vlc
|
||||
google-chrome
|
||||
(google-chrome.override {
|
||||
commandLineArgs = [
|
||||
"--remote-debugging-port=9222"
|
||||
"--remote-allow-origins=*"
|
||||
];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue