This commit is contained in:
Daylin Morgan 2025-02-20 10:00:45 -06:00
parent 186fda577e
commit 985191f948
Signed by: daylin
GPG key ID: 950D13E9719334AD
7 changed files with 12 additions and 17 deletions

View file

@ -39,7 +39,6 @@ runs:
# run: |
# nix profile install "nixpkgs#attic-client"
# attic login oizys https://attic.dayl.in "${{ inputs.attic_token}}"
- name: "Show Nix Info"
shell: bash
run: nix run "nixpkgs#nix-info" -- -m

View file

@ -31,7 +31,7 @@
</style>
</head>
<body bg-ctp-base text-ctp-text un-cloak flex flex-col mt-15>
<img h-25% mx-auto src="/daylin-nix-cache-logo.svg">
<img h-25% mx-auto src="/daylin-nix-cache-logo.svg" />
<div mx-auto text-center>
<div>
<div>

View file

@ -7,7 +7,7 @@
# by default is accessible only by root:root which should work with above service
secrets.restic-algiz = { };
secrets.atticd-env = { };
secrets.harmonia-key = {};
secrets.harmonia-key = { };
};
}

View file

@ -69,8 +69,6 @@
# # "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
# # "daylin.cachix.org-1:fLdSnbhKjtOVea6H9KqXeir+PyhO+sDSPhEW66ClE/k="
# ];
}
// ((builtins.readFile ../pkgs/oizys/src/oizys/substituters.json) |> builtins.fromJSON)
;
} // ((builtins.readFile ../pkgs/oizys/src/oizys/substituters.json) |> builtins.fromJSON);
};
}

View file

@ -9,7 +9,7 @@ buildNimblePackage {
name = "oizys";
version = "unstable";
src = lib.cleanSource ./.;
nativeBuildInputs = [ openssl];
nativeBuildInputs = [ openssl ];
nimbleDepsHash = "sha256-ZNS/ak5UoH3cvOAnRdCoovo/20A8woxowa5wefluU5g=";
meta = {
description = "nix begat oizys";

View file

@ -1,7 +1,5 @@
{
"extra-substituters": [
"https://nix-cache.dayl.in"
],
"extra-substituters": ["https://nix-cache.dayl.in"],
"extra-trusted-public-keys": [
"nix-cache.dayl.in-1:lj22Sov7m1snupBz/43O1fxyEfy/S7cxBpweD7iREcs"
]