akkoma: test fix in prod :3

This commit is contained in:
emily 2024-11-07 12:11:19 +01:00
parent 036e4dafc0
commit 7475e27a3c
Signed by: emily
GPG key ID: F6F4C66207FCF995
2 changed files with 7 additions and 7 deletions

View file

@ -926,16 +926,16 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1730531603,
"narHash": "sha256-Dqg6si5CqIzm87sp57j5nTaeBbWhHFaVyG7V6L8k3lY=",
"owner": "nixos",
"lastModified": 1730976851,
"narHash": "sha256-d/gUHrjoyigPQzNvgVvt1hFB8WFoZEwqbFP6u4WB+B8=",
"owner": "snaakey",
"repo": "nixpkgs",
"rev": "7ffd9ae656aec493492b44d0ddfb28e79a1ea25d",
"rev": "d58eb5337c90293450c80b2a3da42b577cd5d338",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"owner": "snaakey",
"ref": "akkoma-fix-00",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -1,7 +1,7 @@
{
description = "emilys config hell";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:snaakey/nixpkgs/akkoma-fix-00";
nixos-hardware.url = "github:nixos/nixos-hardware";
flake-utils.url = "github:numtide/flake-utils";
attic = {