Skip to content

Commit

Permalink
refac(build): fluidattacks#1171 pin nix versions
Browse files Browse the repository at this point in the history
- Pin nix in container
- Pin nix in makeRubyLock
  • Loading branch information
dsalaza4 committed Jan 10, 2024
1 parent 4b36aaa commit 505bdd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makes/container-image/main.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ __nixpkgs__.dockerTools.buildImage {
__nixpkgs__.gnugrep
__nixpkgs__.gnutar
__nixpkgs__.gzip
__nixpkgs__.nix
__nixpkgs__.nixVersions.nix_2_15

# Add /usr/bin/env pointing to /bin/env
(__nixpkgs__.runCommand "user-bin-env" {} ''
Expand Down
2 changes: 1 addition & 1 deletion makes/utils/makeRubyLock/main.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ makeScript {
__argRuby33__ = makeRubyVersion "3.3";
};
searchPaths.bin = [
__nixpkgs__.nix
__nixpkgs__.nixVersions.nix_2_15
__nixpkgs__.yj
];
}

0 comments on commit 505bdd9

Please sign in to comment.