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: NixOS/nix-mode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fe00d5930b22
Choose a base ref
...
head repository: NixOS/nix-mode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7d0907397637
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 4, 2021

  1. Update flake.lock.

    Builds were failing ([example]), as `orgmode` doesn't keep all old
    versions of `org-plus-contrib`.
    
    Updated `nixpkgs.url` to 20.09 from 20.03 and ran
    `nix flake update --recreate-lock-file`.
    
    [example]: https://github.com/NixOS/nix-mode/pull/120/checks?check_run_id=1646110624
    znewman01 committed Jan 4, 2021
    Copy the full SHA
    8bc6750 View commit details

Commits on Jan 15, 2021

  1. Merge pull request #121 from znewman01/fixbuild

    Update flake.lock (fix tests)
    matthewbauer authored Jan 15, 2021
    Copy the full SHA
    7d09073 View commit details
Showing with 5 additions and 5 deletions.
  1. +4 −4 flake.lock
  2. +1 −1 flake.nix
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
description = "An emacs major mode for editing Nix expressions";

inputs.nixpkgs.url = "nixpkgs/nixos-20.03-small";
inputs.nixpkgs.url = "nixpkgs/nixos-20.09-small";

outputs = { self, nixpkgs }: let
systems = [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ];