feat(flakes): update crates.io-index
This commit is contained in:
36
flake.lock
generated
36
flake.lock
generated
@@ -592,6 +592,23 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"crates-io-index_2": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1763363725,
|
||||
"narHash": "sha256-cxr5xIKZFP45yV1ZHFTB1sHo5YGiR3FA8D9vAfDizMo=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "0382002e816a4cbd17d8d5b172f08b848aa22ff6",
|
||||
"shallow": true,
|
||||
"type": "git",
|
||||
"url": "https://github.com/rust-lang/crates.io-index"
|
||||
},
|
||||
"original": {
|
||||
"shallow": true,
|
||||
"type": "git",
|
||||
"url": "https://github.com/rust-lang/crates.io-index"
|
||||
}
|
||||
},
|
||||
"crates-nix": {
|
||||
"inputs": {
|
||||
"crates-io-index": [
|
||||
@@ -613,6 +630,24 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"crates-nix_2": {
|
||||
"inputs": {
|
||||
"crates-io-index": "crates-io-index_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1763364255,
|
||||
"narHash": "sha256-uHP6YjKDWVaWqcmb/LOxEdZlkVWBvspXqx4+LC1zJsE=",
|
||||
"owner": "uttarayan21",
|
||||
"repo": "crates.nix",
|
||||
"rev": "13d09f3b04e31d2ab3cfbe47540cb425eaf9b750",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "uttarayan21",
|
||||
"repo": "crates.nix",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"csshacks": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
@@ -3324,6 +3359,7 @@
|
||||
"anyrun-rink": "anyrun-rink",
|
||||
"arion": "arion",
|
||||
"command-runner": "command-runner",
|
||||
"crates-nix": "crates-nix_2",
|
||||
"csshacks": "csshacks",
|
||||
"d2": "d2",
|
||||
"ddcbacklight": "ddcbacklight",
|
||||
|
||||
@@ -243,6 +243,7 @@
|
||||
url = "path:/home/servius/Projects/handoff";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
crates-nix.url = "github:uttarayan21/crates.nix";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
||||
@@ -38,5 +38,6 @@ lib.optionalAttrs device.hasGui {
|
||||
./zed.nix
|
||||
./zen.nix
|
||||
./vial.nix
|
||||
./tsukimi.nix
|
||||
];
|
||||
}
|
||||
|
||||
5
home/apps/tsukimi.nix
Normal file
5
home/apps/tsukimi.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
tsukimi
|
||||
];
|
||||
}
|
||||
@@ -12,6 +12,7 @@
|
||||
inherit device inputs;
|
||||
stablePkgs = inputs.nixpkgs-stable.legacyPackages.${device.system};
|
||||
lanzaboote = inputs.lanzaboote;
|
||||
cratesNix = inputs.crates-nix.mkLib {pkgs = nixpkgs.legacyPackages.${device.system};};
|
||||
};
|
||||
modules = [
|
||||
inputs.arion.nixosModules.arion
|
||||
|
||||
@@ -6,11 +6,12 @@
|
||||
./excalidraw.nix
|
||||
./fail2ban.nix
|
||||
./flaresolverr.nix
|
||||
./games
|
||||
./gitea.nix
|
||||
./homepage.nix
|
||||
# ./immich.nix
|
||||
./immich.nix
|
||||
# ./llama.nix
|
||||
# ./immich.nix
|
||||
./lldap.nix
|
||||
./monitoring.nix
|
||||
./nextcloud.nix
|
||||
@@ -18,7 +19,6 @@
|
||||
./resolved.nix
|
||||
./searxng.nix
|
||||
./tailscale.nix
|
||||
./games
|
||||
# ./paperless.nix
|
||||
];
|
||||
services = {
|
||||
|
||||
Reference in New Issue
Block a user