Skip to content

Commit

Permalink
Merge pull request containers#13624 from rhatdan/nix
Browse files Browse the repository at this point in the history
Remove nix packages, since no one is supporting this
  • Loading branch information
openshift-merge-robot committed Mar 24, 2022
2 parents 2d46165 + 346beec commit a416fd6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 213 deletions.
16 changes: 0 additions & 16 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -435,22 +435,6 @@ local-cross: $(CROSS_BUILD_TARGETS) ## Cross compile podman binary for multiple
.PHONY: cross
cross: local-cross

# Update nix/nixpkgs.json its latest stable commit
.PHONY: nixpkgs
nixpkgs:
@nix run \
-f channel:nixos-21.05 nix-prefetch-git \
-c nix-prefetch-git \
--no-deepClone \
https://github.com/nixos/nixpkgs refs/heads/nixos-21.05 > nix/nixpkgs.json

# Build statically linked binary
.PHONY: static
static:
@nix build -f nix/
mkdir -p ./bin
cp -rfp ./result/bin/* ./bin/

.PHONY: build-no-cgo
build-no-cgo:
BUILDTAGS="containers_image_openpgp exclude_graphdriver_btrfs \
Expand Down
90 changes: 0 additions & 90 deletions nix/default-arm64.nix

This file was deleted.

88 changes: 0 additions & 88 deletions nix/default.nix

This file was deleted.

10 changes: 0 additions & 10 deletions nix/nixpkgs.json

This file was deleted.

9 changes: 0 additions & 9 deletions nix/nixpkgs.nix

This file was deleted.

0 comments on commit a416fd6

Please sign in to comment.