Skip to content

Commit cc145ce

Browse files
Merge pull request #76 from Reputable2772/flake-update/2026-02
chore: update flake.lock & sources (2026-01-10)
2 parents 3b11b1d + 5481c22 commit cc145ce

4 files changed

Lines changed: 67 additions & 66 deletions

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{ pkgs, ... }:
12
{
2-
programs.adb.enable = true;
3+
environment.systemPackages = with pkgs; [ android-tools ];
34
}

_sources/generated.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
},
107107
"nix-fast-build": {
108108
"cargoLocks": null,
109-
"date": "2025-12-29",
109+
"date": "2026-01-04",
110110
"extract": null,
111111
"name": "nix-fast-build",
112112
"passthru": null,
@@ -118,12 +118,12 @@
118118
"name": null,
119119
"owner": "Mic92",
120120
"repo": "nix-fast-build",
121-
"rev": "a3cbd5090711b9ca5811efdddef34b24d168100a",
122-
"sha256": "sha256-vizR+bjRnVHlRhTuiQxB01eBzjMoOJcI16zMxKuHBQ4=",
121+
"rev": "8bdcf0842574b902143871a27064131d9e526b94",
122+
"sha256": "sha256-+sU5tsQqo5//LqE18IOX7YC/kD0eNZo3LHD/+mx4pXs=",
123123
"sparseCheckout": [],
124124
"type": "github"
125125
},
126-
"version": "a3cbd5090711b9ca5811efdddef34b24d168100a"
126+
"version": "8bdcf0842574b902143871a27064131d9e526b94"
127127
},
128128
"obs_catppuccin": {
129129
"cargoLocks": null,

_sources/generated.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@
6767
};
6868
nix-fast-build = {
6969
pname = "nix-fast-build";
70-
version = "a3cbd5090711b9ca5811efdddef34b24d168100a";
70+
version = "8bdcf0842574b902143871a27064131d9e526b94";
7171
src = fetchFromGitHub {
7272
owner = "Mic92";
7373
repo = "nix-fast-build";
74-
rev = "a3cbd5090711b9ca5811efdddef34b24d168100a";
74+
rev = "8bdcf0842574b902143871a27064131d9e526b94";
7575
fetchSubmodules = false;
76-
sha256 = "sha256-vizR+bjRnVHlRhTuiQxB01eBzjMoOJcI16zMxKuHBQ4=";
76+
sha256 = "sha256-+sU5tsQqo5//LqE18IOX7YC/kD0eNZo3LHD/+mx4pXs=";
7777
};
78-
date = "2025-12-29";
78+
date = "2026-01-04";
7979
};
8080
obs_catppuccin = {
8181
pname = "obs_catppuccin";

flake.lock

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

0 commit comments

Comments
 (0)