test overlay

This commit is contained in:
Arthur Wambst 2025-03-19 22:59:02 +01:00
parent efee2ec6e9
commit eed62f8b63
2 changed files with 11 additions and 11 deletions

View File

@ -24,17 +24,17 @@
"vesktop": {
"flake": false,
"locked": {
"lastModified": 1741219937,
"narHash": "sha256-b4qSBi6kALqpv/2rPfjy9Q4QLjqp1rmhSSjfRY7YM0c=",
"owner": "Vencord",
"repo": "Vesktop",
"rev": "fd91a23188d14dee519487c4aa7405b20b6fb95a",
"type": "github"
"lastModified": 1742421072,
"narHash": "sha256-ocIsd/UtLO/lb2iB0H8+YJkBu05xDuoCFXmaUX72HkA=",
"ref": "refs/heads/main",
"rev": "ff66a2818a6eb1294e04b320b01e7af10f70fd55",
"revCount": 1,
"type": "git",
"url": "https://gitea.napo280.fr/napo280/overlay-vencord"
},
"original": {
"owner": "Vencord",
"repo": "Vesktop",
"type": "github"
"type": "git",
"url": "https://gitea.napo280.fr/napo280/overlay-vencord"
}
}
},

View File

@ -6,7 +6,7 @@
url = "github:NixOS/nixpkgs";
};
vesktop = {
url = "github:Vencord/Vesktop";
url = "git+https://gitea.napo280.fr/napo280/overlay-vencord";
flake = false;
};
};
@ -14,7 +14,7 @@
outputs = { self, nixpkgs, ... }@inputs: {
nixosModules.vesktop = {config, pkgs, ...} :
{
packages.environment.systemPackages = [
environment.systemPackages = [
inputs.vesktop.packages.${pkgs.system}.vesktop
];
#programs.vesktop = {