Skip to content

Commit bce0e43

Browse files
committed
Update inputs
1 parent bc020b6 commit bce0e43

4 files changed

Lines changed: 18 additions & 21 deletions

File tree

components/apps.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ in
2323
with pkgs;
2424
[
2525
pkgs-unstable.discord
26-
pkgs-unstable.obsidian
26+
# pkgs-unstable.obsidian
2727
pkgs-unstable.signal-desktop
2828
]
2929
++ lib.optionals isLinux [

components/cli.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
watchman
4444
xan
4545
xmlstarlet
46-
yt-dlp
46+
pkgs-unstable.yt-dlp
4747
zip
4848
pkgs-unstable.opencode
4949
]

flake.lock

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

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
url = "github:nixos/nixpkgs/nixos-26.05";
1414
};
1515
nixpkgs-unstable = {
16-
url = "github:nixos/nixpkgs";
16+
url = "github:nixos/nixpkgs/nixpkgs-unstable";
1717
};
1818
home-manager = {
1919
url = "github:nix-community/home-manager/release-26.05";
@@ -36,7 +36,6 @@
3636
git-format-staged = {
3737
url = "github:hallettj/git-format-staged";
3838
inputs.nixpkgs.follows = "nixpkgs";
39-
inputs.systems.follows = "systems";
4039
};
4140
};
4241

0 commit comments

Comments
 (0)