fix(ags): use my fork until it gets merged
This commit is contained in:
parent
b01190a532
commit
5285b166b2
2 changed files with 12 additions and 8 deletions
11
flake.lock
generated
11
flake.lock
generated
|
@ -7,15 +7,16 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1713301451,
|
||||
"narHash": "sha256-LzYVqEukjOJjm4HGFe6rtHBiuJxAyPqd2MY1k5ci9QU=",
|
||||
"owner": "Aylur",
|
||||
"lastModified": 1714360512,
|
||||
"narHash": "sha256-+snqxingQ64XHgIvofJbr+2uKXA4AQ1s4G6XEj7knck=",
|
||||
"owner": "matt1432",
|
||||
"repo": "ags",
|
||||
"rev": "33bcaf34d5277031ecb97047fb8ddd44abd8d80e",
|
||||
"rev": "15bdba83cd4c2c70e642731b3c0c9f03708310b7",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "Aylur",
|
||||
"owner": "matt1432",
|
||||
"ref": "fix-hypr-path",
|
||||
"repo": "ags",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
alejandra
|
||||
git
|
||||
|
||||
(pkgs.writeShellScriptBin "mkIso" (lib.concatStrings [
|
||||
(writeShellScriptBin "mkIso" (lib.concatStrings [
|
||||
"nix build $(realpath /etc/nixos)#nixosConfigurations."
|
||||
"live-image.config.system.build.isoImage"
|
||||
]))
|
||||
|
@ -102,7 +102,7 @@
|
|||
|
||||
ags = pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
nodejs_18
|
||||
nodejs_latest
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -293,9 +293,12 @@
|
|||
## AGS
|
||||
ags = {
|
||||
type = "github";
|
||||
owner = "Aylur";
|
||||
owner = "matt1432"; # "Aylur";
|
||||
repo = "ags";
|
||||
|
||||
# FIXME: wait for this to get merged
|
||||
ref = "fix-hypr-path";
|
||||
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue