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: | # run: |
# nix profile install "nixpkgs#attic-client" # nix profile install "nixpkgs#attic-client"
# attic login oizys https://attic.dayl.in "${{ inputs.attic_token}}" # attic login oizys https://attic.dayl.in "${{ inputs.attic_token}}"
- name: "Show Nix Info" - name: "Show Nix Info"
shell: bash shell: bash
run: nix run "nixpkgs#nix-info" -- -m run: nix run "nixpkgs#nix-info" -- -m

View file

@ -31,7 +31,7 @@
</style> </style>
</head> </head>
<body bg-ctp-base text-ctp-text un-cloak flex flex-col mt-15> <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 mx-auto text-center>
<div> <div>
<div> <div>

View file

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

View file

@ -1,13 +1,13 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git
git-lfs git-lfs
gh gh
lazygit lazygit
delta delta
jujutsu jujutsu
]; ];
} }

View file

@ -69,8 +69,6 @@
# # "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" # # "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
# # "daylin.cachix.org-1:fLdSnbhKjtOVea6H9KqXeir+PyhO+sDSPhEW66ClE/k=" # # "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"; name = "oizys";
version = "unstable"; version = "unstable";
src = lib.cleanSource ./.; src = lib.cleanSource ./.;
nativeBuildInputs = [ openssl]; nativeBuildInputs = [ openssl ];
nimbleDepsHash = "sha256-ZNS/ak5UoH3cvOAnRdCoovo/20A8woxowa5wefluU5g="; nimbleDepsHash = "sha256-ZNS/ak5UoH3cvOAnRdCoovo/20A8woxowa5wefluU5g=";
meta = { meta = {
description = "nix begat oizys"; description = "nix begat oizys";

View file

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