Skip to content

Instantly share code, notes, and snippets.

View matthewbauer's full-sized avatar

Matthew Bauer matthewbauer

View GitHub Profile
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
# -*- mode: nix; -*-
# to install run:
# $ nix-env -i'.*' -f.
{ nixpkgs ? import <nixpkgs> {} }:
with nixpkgs;
let
;;; init.el -- Initialize Emacs
;;; Commentary:
;;; A bunch of custom Emacs config stuff.
;;; Code:
;; used to setup custom PATH
(let ((platform-file (expand-file-name "platform.el" user-emacs-directory)))

Nixpkgs todo list

Package apps for OS X [0/5]

  • [ ] virtualbox
  • [ ] gimp
  • [ ] anki
  • [ ] transmission
  • [ ] chromium

Google Summer of Code 2017

Google Summer of Code applications open on [January 19 for organizations][1]. NixOS had previously applied to be an organization in 2014 and 2015 but neither time was accepted. I think it would be great if we could get an application in for this year. It's not clear what criteria the GSoC use for accepting orgs but I'm thinking that the growth the Nix* projects have experienced over the last 2 years gives us a pretty good shot.

Mentors

The most important thing right now is getting a list of mentors. Lots of the mentors from 2015 are [still active][2] so I'm hoping to get input from them. New mentors would also be welcome! I think @iElectric organized the efforts previously, so I'm hoping to see if he is available.

Students

I am currently eligible to work as a student over this summer if NixOS gets accepted. I'd really enjoy working on NixOS-stuff and I think it would be really helpful to the Nix* project.

Project Ideas

{ config, pkgs, ... }:
{
imports = [
<nixpkgs/nixos/modules/virtualisation/virtualbox-image.nix>
];
users.extraUsers.demo = {
isNormalUser = true;
description = "Demo user account";
CompileC ./file_cmds-agkvjdiokezovhftnkyfwixrpsdo/Build/Intermediates/file_cmds.build/Release/mtree.build/Objects-normal/x86_64/misc.o mtree/misc.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /private/tmp/nix-build-file_cmds-osx-10.11.6.drv-0/file_cmds-264.1.1
/nix/store/h1lfw64w565khxrqz80rp91a8zyd3i7j-nixpkgs.xctoolchain/usr/bin/clang -x c -arch x86_64 -isysroot /nix/store/gzk8kdihcz0jsryv3w0zbcpidsgqnlmr-nix.nixpkgs.sdk -mmacosx-version-min=10.10 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=gnu99 -D__FBSDID=__RCSID -D_DARWIN_USE_64_BIT_INODE -DENABLE_MD5 -DENABLE_RMD160 -DENABLE_SHA1 -DENABLE_SHA256 -fasm-blocks -fstrict-aliasing -fpascal-strings -Os -g -Wno-trigraphs -Wno-empty-body -Winfinite-recursion -Wdeprecated-declarations -Wno-missing-field-initializers -Wno-newline-eof -Wmissing-prototypes -Wpointer-sign -Wswitch -Wno-four-char-constants -Wno-conversion -Wno-bool-conversion -Wno-constant-conversion -Wno-enum-conversion -Wno-int-
# command-not-found support is now available
# for nixpkgs-unstable through nix-index
# install Nix (if you haven't already)
curl https://nixos.org/nix/install | sh
# install nix-index
nix-env -iA nixpkgs.nix-index
# generate the index (will take a little bit)

Outline

  • [ ] checkbox
Sep 28 22:58:01 Matthews-MacBook login[496]: USER_PROCESS: 496 ttys000
Sep 28 22:58:08 Matthews-MacBook com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.user.501): Service "com.apple.coreservices.appleid.authentication" tried to hijack endpoint "com.apple.coreservices.appleid.aps" from owner: com.apple.sharingd
Sep 28 22:58:08 Matthews-MacBook com.apple.xpc.launchd[1] (com.apple.imfoundation.IMRemoteURLConnectionAgent): Unknown key for integer: _DirtyJetsamMemoryLimit
Sep 28 22:58:10 Matthews-MacBook com.apple.xpc.launchd[1] (com.adobe.ARMDCHelper.cc24aef4a1b90ed56a725c38014c95072f92651fb65e1bf9c8e43c37a23d420d[459]): Service exited with abnormal code: 111
Sep 28 22:58:10 Matthews-MacBook com.apple.xpc.launchd[1] (com.apple.spindump_agent[512]): Service exited due to signal: Killed: 9 sent by a.out[514]
Sep 28 22:58:10 Matthews-MacBook com.apple.xpc.launchd[1] (com.apple.security.keychainsyncingoveridsproxy[507]): Service exited due to signal: Killed: 9 sent by a.out[514]
Sep 28 22:58:10 Matthews-MacBoo