tangled
alpha
login
or
join now
jaspermayone.com
/
dots
0
fork
atom
@jaspermayone.com's dotfiles
0
fork
atom
overview
issues
pulls
pipelines
Update QMD hash and add bun to PATH
jaspermayone.com
1 month ago
8c588c12
091c7415
+2
-1
2 changed files
expand all
collapse all
unified
split
home
default.nix
packages
qmd.nix
+1
home/default.nix
···
172
172
173
173
home.packages = with pkgs; [
174
174
eza
175
175
+
bun
175
176
qmd
176
177
];
177
178
+1
-1
packages/qmd.nix
···
14
14
owner = "tobi";
15
15
repo = "qmd";
16
16
rev = "47b705409eb1427e574ce82c16e1860b216869ed";
17
17
-
hash = lib.fakeHash;
17
17
+
hash = "sha256-mJxqZfTGjwHrZy0fxl3HA31Yg7YyIi876cXehmi0tIA=";
18
18
};
19
19
20
20
nativeBuildInputs = [