diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-03-23 15:15:13 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-03-23 15:17:12 -0400 |
commit | 346beec35a11393e9c59278d47b18de337c2b06f (patch) | |
tree | f50a9ef57597bae89b72d731cd7773d4ef673571 /nix/nixpkgs.nix | |
parent | f049cba47c31d31a4a8ed9a9180f0e847be3411c (diff) | |
download | podman-346beec35a11393e9c59278d47b18de337c2b06f.tar.gz podman-346beec35a11393e9c59278d47b18de337c2b06f.tar.bz2 podman-346beec35a11393e9c59278d47b18de337c2b06f.zip |
Remove nix packages, since no one is supporting this
[NO NEW TESTS NEEDED]
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'nix/nixpkgs.nix')
-rw-r--r-- | nix/nixpkgs.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/nix/nixpkgs.nix b/nix/nixpkgs.nix deleted file mode 100644 index 11c20380a..000000000 --- a/nix/nixpkgs.nix +++ /dev/null @@ -1,9 +0,0 @@ -let - json = builtins.fromJSON (builtins.readFile ./nixpkgs.json); - nixpkgs = import (builtins.fetchTarball { - name = "nixos-unstable"; - url = "${json.url}/archive/${json.rev}.tar.gz"; - inherit (json) sha256; - }); -in -nixpkgs |