10000 Comparing v1.7.6...v1.7.7 · laamaa/m8c · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: laamaa/m8c
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.6
Choose a base ref
...
head repository: laamaa/m8c
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.7
Choose a head ref
  • 10 commits
  • 8 files changed
  • 4 contributors

Commits on Jul 8, 2024

  1. Update version and hash in default.nix to 1.7.6

    GitHub Actions committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b956da8 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Use a Nix Flake for m8c

    Flakes are a different way to specify a Nix project/configuration. It
    provides a few benefits over the existing solution:
    
      1. The exact versions of inputs are snapshot. This should mean that a
         build on one machine will use the exact same packages as the build
         on another.
      2. Flakes can be consumed by other Flakes. This would mean that folks
         could use this Flake as an import and then declaritively configure
         their `m8c` setup.
      3. While not used here now, this could make versioning easier. There
         wouldn't need to be a `fetchFromGitHub` step because someone could
         just use/run the app for that tagged branch. Ex: `nix run
         github:laamaa/m8c?ref=v1.7.7`
    
    That said, this PR does rely on flake-compat to provide backward
    compatibility with `default.nix` and `shell.nix`. So a user could use
    `nix-shell` as before, or they could use `nix develop` (and potentially
    devenv in the future).
    pope committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6d94013 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    9e6cbaf View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Merge pull request #160 from pope/main

    Use a Nix Flake for m8c
    laamaa authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d731a8f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    1b79d40 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    08a8809 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd3496f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Merge pull request #161 from Yosam02/main

    Fix for #90 and #142 on Apple Silicon Devices
    laamaa authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    fa45b7d View commit details
    Browse the repository at this point in the history
  2. Update README.md

    laamaa authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    cfe1295 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa9f3cd View commit details
    Browse the repository at this point in the history
Loading
0