Skip to content

Commit d8f045d

Browse files
committed
feat(flakes): update crates.io-index
1 parent 2721c69 commit d8f045d

6 files changed

Lines changed: 46 additions & 2 deletions

File tree

flake.lock

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@
243243
url = "path:/home/servius/Projects/handoff";
244244
inputs.nixpkgs.follows = "nixpkgs";
245245
};
246+
crates-nix.url = "github:uttarayan21/crates.nix";
246247
};
247248

248249
outputs = {

home/apps/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ lib.optionalAttrs device.hasGui {
3838
./zed.nix
3939
./zen.nix
4040
./vial.nix
41+
./tsukimi.nix
4142
];
4243
}

home/apps/tsukimi.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{pkgs, ...}: {
2+
home.packages = with pkgs; [
3+
tsukimi
4+
];
5+
}

nixos/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
inherit device inputs;
1313
stablePkgs = inputs.nixpkgs-stable.legacyPackages.${device.system};
1414
lanzaboote = inputs.lanzaboote;
15+
cratesNix = inputs.crates-nix.mkLib {pkgs = nixpkgs.legacyPackages.${device.system};};
1516
};
1617
modules = [
1718
inputs.arion.nixosModules.arion

nixos/mirai/services/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
./excalidraw.nix
77
./fail2ban.nix
88
./flaresolverr.nix
9+
./games
910
./gitea.nix
1011
./homepage.nix
12+
# ./immich.nix
1113
./immich.nix
1214
# ./llama.nix
13-
# ./immich.nix
1415
./lldap.nix
1516
./monitoring.nix
1617
./nextcloud.nix
1718
./prowlarr.nix
1819
./resolved.nix
1920
./searxng.nix
2021
./tailscale.nix
21-
./games
2222
# ./paperless.nix
2323
];
2424
services = {

0 commit comments

Comments
 (0)