mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 03:07:31 -06:00
formatting
This commit is contained in:
parent
4abe077029
commit
202243ab29
2 changed files with 1 additions and 2 deletions
1
.github/actions/nix/action.yml
vendored
1
.github/actions/nix/action.yml
vendored
|
@ -41,4 +41,3 @@ runs:
|
|||
- name: "Show Nix Info"
|
||||
shell: bash
|
||||
run: nix run "nixpkgs#nix-info" -- -m
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
environment.systemPackages =[
|
||||
environment.systemPackages = [
|
||||
(flake.pkgs "lix-attic").attic-client
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue