Add gpr GitHub PR helper and include in git nix module

This commit is contained in:
Joshua Bell 2026-01-27 17:22:36 -06:00
parent ec2e093a24
commit 8b54a94c54
5 changed files with 465 additions and 19 deletions

View file

@ -55,6 +55,11 @@
nodejs_24
foot
vlc
google-chrome
(google-chrome.override {
commandLineArgs = [
"--remote-debugging-port=9222"
"--remote-allow-origins=*"
];
})
];
}

26
hosts/lio/flake.lock generated
View file

@ -63,20 +63,14 @@
},
"common": {
"locked": {
"dir": "flakes/common",
"lastModified": 1769438846,
"narHash": "sha256-ahQYSazuB2RpF3XUYqKdwgOBFSbGUB2zQsqKEkSOuxA=",
"ref": "refs/heads/master",
"rev": "4bb36c0f7570b271bbeda67f9c4d5160c819850a",
"revCount": 1176,
"type": "git",
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
"path": "../../flakes/common",
"type": "path"
},
"original": {
"dir": "flakes/common",
"type": "git",
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
}
"path": "../../flakes/common",
"type": "path"
},
"parent": []
},
"crane": {
"locked": {
@ -1341,11 +1335,11 @@
"nixpkgs": "nixpkgs_5"
},
"locked": {
"lastModified": 1769445245,
"narHash": "sha256-ZQ+zGDomj4LmJLKqhF7KciMEAZyRDYouotl/u6KOyrE=",
"lastModified": 1769538000,
"narHash": "sha256-viIWuCjUqDk/QuIhUK9nOvDHCDHEO+VQRTnI/xhi/Ok=",
"ref": "refs/heads/main",
"rev": "3e772152ad1ee211b88b4efebeb6191f55e0d91c",
"revCount": 9,
"rev": "221d0ca596b994f1942a42ee53a8b4508e23e7af",
"revCount": 20,
"type": "git",
"url": "https://git.joshuabell.xyz/ringofstorms/qvm"
},

View file

@ -6,8 +6,8 @@
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
# Use relative to get current version for testing
# common.url = "path:../../flakes/common";
common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/common";
common.url = "path:../../flakes/common";
# common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/common";
# secrets.url = "path:../../flakes/secrets";
secrets.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/secrets";
# secrets-bao.url = "path:../../flakes/secrets-bao";