Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.
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/nixos-weekly
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dd8e3038105b
Choose a base ref
...
head repository: NixOS/nixos-weekly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 804ae17d74a4
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Nov 16, 2018

  1. fix spacing

    domenkozar committed Nov 16, 2018
    Copy the full SHA
    804ae17 View commit details
Showing with 2 additions and 3 deletions.
  1. +1 −2 content/2018/12-nixcon-2018-videos-eris-nixdoc-auto-patching-and-jobs.md
  2. +1 −1 theme/static/css/main.css
Original file line number Diff line number Diff line change
@@ -5,11 +5,10 @@ Description: People Who Are Crazy Enough To Think They Can Change The World, Are

# News

- [NixCon 2018 videos of talks](https://www.youtube.com/channel/UCjqkNrQ8F3OhKSCfCgagWLg/videos)

- [Eris: A simple binary cache server](https://discourse.nixos.org/t/ann-eris-a-simple-binary-cache-server/1265)

- [NixCon 2018 videos of talks](https://www.youtube.com/channel/UCjqkNrQ8F3OhKSCfCgagWLg/videos)

- [News on the security team](https://discourse.nixos.org/t/news-on-the-security-team/1280)

- [Language Server Protocol for Nix using HNix](https://github.com/domenkozar/hnix-lsp)
2 changes: 1 addition & 1 deletion theme/static/css/main.css
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ body {

/* READING SECTION */

#reading > ul > li {
#content > ul > li {
margin-bottom: 1em;
}