Use nix-env less wrong, maybe

This commit is contained in:
Jean-Paul Calderone 2022-01-27 14:47:43 -05:00
parent e4ed98fa64
commit 7ee55d07e5

View File

@ -457,9 +457,9 @@ jobs:
name: "Install Basic Dependencies"
command: |
nix-env \
-I nixpkgs=https://github.com/nixos/nixpkgs/archive/nixos-${NIXPKGS}.tar.gz\
--file https://github.com/nixos/nixpkgs/archive/nixos-${NIXPKGS}.tar.gz \
--install \
-A nixos.git nixos.openssh nixos.python3
-A git openssh python3
- "checkout"