Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nix flakes metadata: Show lastModified timestamp for each input #8904

Merged
merged 1 commit into from
Oct 16, 2023

Commits on Sep 3, 2023

  1. nix flakes metadata: Show lastModified timestamp for each input

    Before this commit, the output of `nix flake metadata` in nix repo
    looked like this:
    
        ...
        Last modified: 2023-07-09 16:00:16
        Inputs:
        ├───flake-compat: github:edolstra/flake-compat/35bb57c0c8d8b62bbfd284272c928ceb64ddbde9
        ├───lowdown-src: github:kristapsdz/lowdown/d2c2b44ff6c27b936ec27358a2653caaef8f73b8
        ├───nixpkgs: github:NixOS/nixpkgs/04a75b2eecc0acf6239acf9dd04485ff8d14f425
        └───nixpkgs-regression: github:NixOS/nixpkgs/215d4d0fd80ca5163643b03a33fde804a29cc1e2
    
    This commit changes that to:
    
        ...
        Last modified: 2023-07-09 16:00:16
        Inputs:
        ├───flake-compat: github:edolstra/flake-compat/35bb57c0c8d8b62bbfd284272c928ceb64ddbde9 (2023-01-17 11:47:33)
        ├───lowdown-src: github:kristapsdz/lowdown/d2c2b44ff6c27b936ec27358a2653caaef8f73b8 (2021-10-06 10:00:07)
        ├───nixpkgs: github:NixOS/nixpkgs/04a75b2eecc0acf6239acf9dd04485ff8d14f425 (2022-12-08 01:04:00)
        └───nixpkgs-regression: github:NixOS/nixpkgs/215d4d0fd80ca5163643b03a33fde804a29cc1e2 (2022-01-24 19:20:45)
    wfranzini authored and wentasah committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    3ae1489 View commit details
    Browse the repository at this point in the history