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"
|
"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": {
|
"crates-nix": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"crates-io-index": [
|
"crates-io-index": [
|
||||||
@@ -613,6 +630,24 @@
|
|||||||
"type": "github"
|
"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": {
|
"csshacks": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
@@ -3324,6 +3359,7 @@
|
|||||||
"anyrun-rink": "anyrun-rink",
|
"anyrun-rink": "anyrun-rink",
|
||||||
"arion": "arion",
|
"arion": "arion",
|
||||||
"command-runner": "command-runner",
|
"command-runner": "command-runner",
|
||||||
|
"crates-nix": "crates-nix_2",
|
||||||
"csshacks": "csshacks",
|
"csshacks": "csshacks",
|
||||||
"d2": "d2",
|
"d2": "d2",
|
||||||
"ddcbacklight": "ddcbacklight",
|
"ddcbacklight": "ddcbacklight",
|
||||||
|
|||||||
@@ -243,6 +243,7 @@
|
|||||||
url = "path:/home/servius/Projects/handoff";
|
url = "path:/home/servius/Projects/handoff";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
crates-nix.url = "github:uttarayan21/crates.nix";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
|
|||||||
@@ -38,5 +38,6 @@ lib.optionalAttrs device.hasGui {
|
|||||||
./zed.nix
|
./zed.nix
|
||||||
./zen.nix
|
./zen.nix
|
||||||
./vial.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;
|
inherit device inputs;
|
||||||
stablePkgs = inputs.nixpkgs-stable.legacyPackages.${device.system};
|
stablePkgs = inputs.nixpkgs-stable.legacyPackages.${device.system};
|
||||||
lanzaboote = inputs.lanzaboote;
|
lanzaboote = inputs.lanzaboote;
|
||||||
|
cratesNix = inputs.crates-nix.mkLib {pkgs = nixpkgs.legacyPackages.${device.system};};
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
inputs.arion.nixosModules.arion
|
inputs.arion.nixosModules.arion
|
||||||
|
|||||||
@@ -6,11 +6,12 @@
|
|||||||
./excalidraw.nix
|
./excalidraw.nix
|
||||||
./fail2ban.nix
|
./fail2ban.nix
|
||||||
./flaresolverr.nix
|
./flaresolverr.nix
|
||||||
|
./games
|
||||||
./gitea.nix
|
./gitea.nix
|
||||||
./homepage.nix
|
./homepage.nix
|
||||||
|
# ./immich.nix
|
||||||
./immich.nix
|
./immich.nix
|
||||||
# ./llama.nix
|
# ./llama.nix
|
||||||
# ./immich.nix
|
|
||||||
./lldap.nix
|
./lldap.nix
|
||||||
./monitoring.nix
|
./monitoring.nix
|
||||||
./nextcloud.nix
|
./nextcloud.nix
|
||||||
@@ -18,7 +19,6 @@
|
|||||||
./resolved.nix
|
./resolved.nix
|
||||||
./searxng.nix
|
./searxng.nix
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
./games
|
|
||||||
# ./paperless.nix
|
# ./paperless.nix
|
||||||
];
|
];
|
||||||
services = {
|
services = {
|
||||||
|
|||||||
Reference in New Issue
Block a user