Skip to content

Commit

Permalink
fix nix-ld-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbr committed Nov 10, 2024
1 parent 6dad0d5 commit a916365
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 36 deletions.
1 change: 0 additions & 1 deletion core/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ with builtins; with lib;

packageOverrides = {
local = inputs.self.packages.${system}; # import local packages
nix-ld-rs = inputs.nix-ld-rs.packages.${system};
nixd = inputs.nixd.packages.${system};
} //
# import packages from inputs
Expand Down
27 changes: 0 additions & 27 deletions flake.lock

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

7 changes: 0 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
};
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.flake-utils.follows = "flake-utils";
inputs.nixpkgs.follows = "nixpkgs";
};
nirgenx = {
Expand All @@ -57,12 +56,6 @@
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-ld-rs = {
url = "github:nix-community/nix-ld-rs";
inputs.nixpkgs.follows = "nixpkgs-unstable";
inputs.flake-utils.follows = "flake-utils";
inputs.flake-compat.follows = "flake-compat";
};
nixd = {
url = "github:nix-community/nixd";
inputs.nixpkgs.follows = "nixpkgs-unstable";
Expand Down
2 changes: 1 addition & 1 deletion module/pattern/development.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ with builtins; with lib;

programs.nix-ld = {
enable = true;
package = pkgs.nix-ld-rs.nix-ld-rs;
package = pkgs.nix-ld-rs;
};

nzbr.cli.git = {
Expand Down

0 comments on commit a916365

Please sign in to comment.