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/ofborg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7f2ed9a2809d
Choose a base ref
...
head repository: NixOS/ofborg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9cc5afc2eed1
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 1, 2018

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    grahamc Graham Christensen
    Copy the full SHA
    9cc5afc View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 shell.nix
8 changes: 4 additions & 4 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ let
curl
bash
]
++ stdenv.lib.optional useNix1 nix1;
++ stdenv.lib.optional useNix1 oldpkgs.nix1;

# HISTFILE = "${src}/.bash_hist";
};
@@ -38,13 +38,13 @@ let
nix-prefetch-git
rust.rustc
rust.cargo
rustfmt
carnix
#rustfmt
#carnix
openssl.dev
pkgconfig
git
]
++ stdenv.lib.optional useNix1 nix1
++ stdenv.lib.optional useNix1 oldpkgs.nix1
++ stdenv.lib.optional stdenv.isDarwin pkgs.darwin.Security;

postHook = ''