flake.lock: Update #152

Merged
DarkKirb merged 13 commits from update_flake_lock_action into main 2023-01-29 07:06:59 +00:00
3 changed files with 131 additions and 8 deletions
Showing only changes of commit ec25fe79de - Show all commits

View file

@ -2,11 +2,14 @@
attic,
config,
lib,
nix-packages,
system,
...
}: {
imports = [attic.nixosModules.atticd];
services.atticd = {
enable = true;
package = nix-packages.packages.${system}.attic-server;
credentialsFile = config.sops.secrets."services/attic".path;
settings = {
listen = "[::1]:57448";

View file

@ -22,6 +22,34 @@
"type": "github"
}
},
"attic_2": {
"inputs": {
"crane": "crane_2",
"flake-compat": "flake-compat_3",
"flake-utils": [
"nix-packages",
"flake-utils"
],
"nixpkgs": [
"nix-packages",
"nixpkgs"
],
"nixpkgs-stable": "nixpkgs-stable_2"
},
"locked": {
"lastModified": 1674800265,
"narHash": "sha256-i9D3Ne4ktffiNfyM+jp7dOhRDkktm2SgtBCxkkFZP5E=",
"owner": "zhaofengli",
"repo": "attic",
"rev": "54d93ff61f98639d41d7897f7059aacabcb07772",
"type": "github"
},
"original": {
"owner": "zhaofengli",
"repo": "attic",
"type": "github"
}
},
"cargo2nix": {
"inputs": {
"flake-compat": "flake-compat_2",
@ -136,6 +164,39 @@
"type": "github"
}
},
"crane_2": {
"inputs": {
"flake-compat": [
"nix-packages",
"attic",
"flake-compat"
],
"flake-utils": [
"nix-packages",
"attic",
"flake-utils"
],
"nixpkgs": [
"nix-packages",
"attic",
"nixpkgs"
],
"rust-overlay": "rust-overlay_3"
},
"locked": {
"lastModified": 1672095661,
"narHash": "sha256-7NTsdCn3qsvU7A+1/7tY8pxbq0DYy1pFYNpzN6he9lI=",
"owner": "ipetkov",
"repo": "crane",
"rev": "98894bb39b03bfb379c5e10523cd61160e1ac782",
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
"dns": {
"inputs": {
"flake-utils": [
@ -249,6 +310,22 @@
}
},
"flake-compat_3": {
"flake": false,
"locked": {
"lastModified": 1668681692,
"narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "009399224d5e398d03b22badca40a37ac85412a1",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-compat_4": {
"flake": false,
"locked": {
"lastModified": 1673956053,
@ -264,7 +341,7 @@
"type": "github"
}
},
"flake-compat_4": {
"flake-compat_5": {
"flake": false,
"locked": {
"lastModified": 1668681692,
@ -555,10 +632,8 @@
},
"nix-packages": {
"inputs": {
"attic": [
"attic"
],
"flake-compat": "flake-compat_3",
"attic": "attic_2",
"flake-compat": "flake-compat_4",
"flake-utils": [
"flake-utils"
],
@ -677,6 +752,22 @@
"type": "github"
}
},
"nixpkgs-stable_2": {
"locked": {
"lastModified": 1673800717,
"narHash": "sha256-SFHraUqLSu5cC6IxTprex/nTsI81ZQAtDvlBvGDWfnA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2f9fd351ec37f5d479556cd48be4ca340da59b8f",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-22.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1674096995,
@ -741,7 +832,7 @@
},
"prismmc": {
"inputs": {
"flake-compat": "flake-compat_4",
"flake-compat": "flake-compat_5",
"libnbtplusplus": "libnbtplusplus",
"nixpkgs": [
"nixpkgs"
@ -781,7 +872,7 @@
"nixpkgs-noto-variable": "nixpkgs-noto-variable",
"nur": "nur",
"prismmc": "prismmc",
"rust-overlay": "rust-overlay_3",
"rust-overlay": "rust-overlay_4",
"sops-nix": "sops-nix",
"tomlplusplus": "tomlplusplus"
}
@ -839,6 +930,35 @@
}
},
"rust-overlay_3": {
"inputs": {
"flake-utils": [
"nix-packages",
"attic",
"crane",
"flake-utils"
],
"nixpkgs": [
"nix-packages",
"attic",
"crane",
"nixpkgs"
]
},
"locked": {
"lastModified": 1670034122,
"narHash": "sha256-EqmuOKucPWtMvCZtHraHr3Q3bgVszq1x2PoZtQkUuEk=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "a0d5773275ecd4f141d792d3a0376277c0fc0b65",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"rust-overlay_4": {
"inputs": {
"flake-utils": [
"flake-utils"

View file

@ -57,7 +57,7 @@ rec {
};
nix-packages = {
url = "github:DarkKirb/nix-packages";
inputs.attic.follows = "attic";
#inputs.attic.follows = "attic";
inputs.flake-utils.follows = "flake-utils";
inputs.nixpkgs.follows = "nixpkgs";
};