Update from update-inputs-2024-10-18-04-20

This commit is contained in:
Update Bot 2024-10-18 04:57:08 +02:00
commit dd71dfe147
No known key found for this signature in database
7 changed files with 25 additions and 23 deletions

View file

@ -62,7 +62,7 @@
programs.eza = { programs.eza = {
enable = true; enable = true;
icons = true; icons = "auto";
git = true; git = true;
extraOptions = [ extraOptions = [
"--color-scale=all" "--color-scale=all"

View file

@ -52,7 +52,7 @@
programs.eza = { programs.eza = {
enable = true; enable = true;
icons = true; icons = "auto";
git = true; git = true;
extraOptions = [ extraOptions = [
"--color-scale=all" "--color-scale=all"

View file

@ -62,6 +62,7 @@
}; };
}; };
root = { root = {
type = "8300";
size = "100%"; size = "100%";
}; };
}; };

View file

@ -1,6 +1,7 @@
{ config, inputs, lib, ... }: { { config, inputs, lib, ... }: {
imports = [ imports = [
./nix-config.nix ./nix-config.nix
inputs.hydra.nixosModules.hydra
]; ];
sops.secrets."services/hydra/signKey" = { sops.secrets."services/hydra/signKey" = {
owner = "hydra-queue-runner"; owner = "hydra-queue-runner";
@ -18,7 +19,7 @@
}; };
kyouma.deployment.auto-upgrade.cache = "daemon"; kyouma.deployment.auto-upgrade.cache = "daemon";
services.hydra = { services.hydra-dev = {
enable = true; enable = true;
package = inputs.hydra.packages.${config.nixpkgs.hostPlatform.system}.hydra; package = inputs.hydra.packages.${config.nixpkgs.hostPlatform.system}.hydra;
hydraURL = "https://hydra.kyouma.net"; hydraURL = "https://hydra.kyouma.net";

View file

@ -521,11 +521,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1729027341, "lastModified": 1729174520,
"narHash": "sha256-IqWD7bA9iJVifvJlB4vs2KUXVhN+d9lECWdNB4jJ0tE=", "narHash": "sha256-QxCAdgQdeIOaCiE0Sr23s9lD0+T1b/wuz5pSiGwNrCQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "2a4fd1cfd8ed5648583dadef86966a8231024221", "rev": "e78cbb20276f09c1802e62d2f77fc93ec32da268",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -543,17 +543,17 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1724696781, "lastModified": 1728321752,
"narHash": "sha256-oDLfi7PdElAdhGK8i+mQ4OOn6Hu3vzHiYnuFcHoJ0IU=", "narHash": "sha256-GbBAoBF7ZObz0IP+g0LZKxMafpMvNKjTEu9haiZbV54=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "ab6d81fad404af05dfeae7f74d1783a2f7367826", "rev": "ee1234c15cdcb427dbd4828e0add09d02cd606c9",
"revCount": 4205, "revCount": 4220,
"type": "git", "type": "git",
"url": "https://git.lix.systems/snaakey/hydra.git" "url": "https://git.lix.systems/lix-project/hydra"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://git.lix.systems/snaakey/hydra.git" "url": "https://git.lix.systems/lix-project/hydra"
} }
}, },
"iceshrimp": { "iceshrimp": {
@ -842,11 +842,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1723688146, "lastModified": 1728193676,
"narHash": "sha256-sqLwJcHYeWLOeP/XoLwAtYjr01TISlkOfz+NG82pbdg=", "narHash": "sha256-PbDWAIjKJdlVg+qQRhzdSor04bAPApDqIv2DofTyynk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c3d4ac725177c030b1e289015989da2ad9d56af0", "rev": "ecbc1ca8ffd6aea8372ad16be9ebbb39889e55b6",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -905,11 +905,11 @@
"treefmt-nix": "treefmt-nix_2" "treefmt-nix": "treefmt-nix_2"
}, },
"locked": { "locked": {
"lastModified": 1729093974, "lastModified": 1729196897,
"narHash": "sha256-gQ0Zb0YN5+wqzq5v8vh0ssWZgyYzoiiT7La6WWOFiXM=", "narHash": "sha256-xftdQl0kxWJZNWCDSl0pU2E7zCmGjhD/N9ZWgPXK0A0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "717e7060fafa2c3822a64e3f5bbfd4895577fdbf", "rev": "3c7b6ae5d1524c691a1b65f7290facd0dc296e40",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -26,7 +26,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
hydra = { hydra = {
url = "git+https://git.lix.systems/snaakey/hydra.git"; url = "git+https://git.lix.systems/lix-project/hydra";
inputs.lix.follows = "lix"; inputs.lix.follows = "lix";
}; };
iceshrimp = { iceshrimp = {

View file

@ -161,8 +161,8 @@
}; };
servers = { servers = {
bashls.enable = true; bashls.enable = true;
lua-ls.enable = true; lua_ls.enable = true;
nil-ls = { nil_ls = {
enable = true; enable = true;
settings.formatting.command = [ "nixfmt" "-w" "140" ]; settings.formatting.command = [ "nixfmt" "-w" "140" ];
}; };
@ -175,8 +175,8 @@
options.enable = true; options.enable = true;
}; };
}; };
ruff-lsp.enable = true; ruff_lsp.enable = true;
rust-analyzer = { rust_analyzer = {
enable = true; enable = true;
installRustc = true; installRustc = true;
installCargo = true; installCargo = true;