Skip to content

Commit

Permalink
fix(flake): fix the bloody file again
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhalili2006 authored Jan 7, 2025
1 parent 7d044b3 commit 4868261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
vscode-server.url = "github:nix-community/nixos-vscode-server";

# nix-ld
inputs.nix-ld.url = "github:Mic92/nix-ld";
nix-ld.url = "github:Mic92/nix-ld";
# this line assume that you also have nixpkgs as an input
inputs.nix-ld.inputs.nixpkgs.follows = "nixpkgs";
nix-ld.inputs.nixpkgs.follows = "nixpkgs";
};

outputs = {
Expand Down

0 comments on commit 4868261

Please sign in to comment.