Skip to content

Commit

Permalink
drop flake-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jun 14, 2023
1 parent ca4a665 commit 70594c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 38 deletions.
36 changes: 1 addition & 35 deletions flake.lock

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

4 changes: 1 addition & 3 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
description = "nix-ld: run unpatched dynamic binaries on NixOS";

inputs.utils.url = "github:numtide/flake-utils";
inputs.nixpkgs.url = "github:NixOS/nixpkgs";

nixConfig.extra-substituters = [ "https://cache.garnix.io" ];
Expand All @@ -10,12 +9,11 @@
outputs = {
self,
nixpkgs,
utils,
}:
{
nixosModules.nix-ld = import ./modules/nix-ld.nix;
}
// utils.lib.eachSystem ["x86_64-linux" "aarch64-linux"] (system: let
// nixpkgs.lib.genAttrs ["x86_64-linux" "aarch64-linux"] (system: let
pkgs = nixpkgs.legacyPackages.${system};
in {
packages.nix-ld = pkgs.callPackage ./default.nix {};
Expand Down

0 comments on commit 70594c4

Please sign in to comment.