Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Nov 18, 2024
1 parent bf59a25 commit ce1b9bc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 94 deletions.
92 changes: 1 addition & 91 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2405.*";
nixpkgs-unstable.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.*";
nuenv = { url = "https://flakehub.com/f/DeterminateSystems/nuenv/0.1.*"; inputs.nixpkgs.follows = "nixpkgs"; };
uuidv7 = { url = "git+ssh://git@github.com/DeterminateSystems/uuidv7.git"; inputs.nixpkgs.follows = "nixpkgs"; };
};

outputs = inputs:
Expand Down Expand Up @@ -74,7 +73,6 @@
fh = inputs.fh.packages.${system}.default;
flake-checker = inputs.flake-checker.packages.${system}.default;
jelly = inputs.jelly.packages.${system}.default;
uuidv7 = inputs.uuidv7.packages.${system}.default;
rustToolchain = with inputs.fenix.packages.${system};
combine (with stable; [
cargo
Expand Down
1 change: 0 additions & 1 deletion home-manager/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ let
process-compose
protobuf
reattach-to-user-namespace # for tmux
uuidv7
yt-dlp
];

Expand Down

0 comments on commit ce1b9bc

Please sign in to comment.