mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-22 07:15:49 -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: |
|
||||
# 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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 = { };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
git-lfs
|
||||
git
|
||||
git-lfs
|
||||
|
||||
gh
|
||||
lazygit
|
||||
delta
|
||||
gh
|
||||
lazygit
|
||||
delta
|
||||
|
||||
jujutsu
|
||||
];
|
||||
jujutsu
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue