mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-22 23:35:51 -06:00
nixfmt
This commit is contained in:
parent
186fda577e
commit
985191f948
7 changed files with 12 additions and 17 deletions
1
.github/actions/nix/action.yml
vendored
1
.github/actions/nix/action.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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)
|
|
||||||
;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue