Skip to content

Commit

Permalink
macos: add attic & skopeo
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Oct 31, 2024
1 parent 55db050 commit 10555c0
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 5,262 deletions.
76 changes: 75 additions & 1 deletion flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
description = "ptsd";

inputs = {
attic = {
url = "github:zhaofengli/attic";
inputs.flake-compat.follows = "flake-compat";
inputs.flake-parts.follows = "flake-parts";
inputs.nixpkgs-stable.follows = "nixpkgs";
inputs.nixpkgs.follows = "nixpkgs";
};
colmena = {
url = "github:zhaofengli/colmena";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down
2 changes: 1 addition & 1 deletion modules/flake/overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
];
} ../../scripts/syncthing-device-id.py;
win10fonts = final.callPackage ../../packages/win10fonts { };
attic-client = final.callPackage ../../packages/attic { clientOnly = true; };
edge-tts = final.callPackage ../../packages/edge-tts { };
# wkhtmltopdf-qt4 = final.callPackage ./wkhtmltopdf-qt4 { };
# xorgxrdp = final.callPackage ./xrdp/xorgxrdp.nix { };
Expand Down Expand Up @@ -97,6 +96,7 @@
allowUnfree = true;
};
overlays = [
inputs.attic.overlays.default
inputs.colmena.overlays.default
inputs.nix95.overlays.default
inputs.nixcfg.overlays.default
Expand Down
2 changes: 2 additions & 0 deletions modules/home/macos-enno.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ in
docker-shell-completions
]
++ (with pkgs; [
attic-client
deno
dive
entr
Expand All @@ -54,6 +55,7 @@ in
rustup
shellcheck
shfmt
skopeo
sops
sq
ssh-to-age
Expand Down
Loading

0 comments on commit 10555c0

Please sign in to comment.