Skip to content

Commit

Permalink
Update nixpkgs archive to 8a5b9ee7b7a2b38267c9481f5c629c015108ab0d (#…
Browse files Browse the repository at this point in the history
…565)

Signed-off-by: GitHub <[email protected]>

Signed-off-by: GitHub <[email protected]>
Co-authored-by: railwayapp <[email protected]>
  • Loading branch information
railway-bot and railwayapp authored Sep 19, 2022
1 parent dd79515 commit c35c918
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/nixpacks/plan/generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ use colored::Colorize;
use super::merge::Mergeable;

// This line is automatically updated.
// Last Modified: 2022-09-12 17:11:54 UTC+0000
// https://github.com/NixOS/nixpkgs/commit/a0b7e70db7a55088d3de0cc370a59f9fbcc906c3
pub const NIXPKGS_ARCHIVE: &str = "a0b7e70db7a55088d3de0cc370a59f9fbcc906c3";
// Last Modified: 2022-09-19 17:12:38 UTC+0000
// https://github.com/NixOS/nixpkgs/commit/8a5b9ee7b7a2b38267c9481f5c629c015108ab0d
pub const NIXPKGS_ARCHIVE: &str = "8a5b9ee7b7a2b38267c9481f5c629c015108ab0d";
const NIXPACKS_METADATA: &str = "NIXPACKS_METADATA";

#[derive(Clone, Default, Debug)]
Expand Down

0 comments on commit c35c918

Please sign in to comment.