Skip to content

Instantly share code, notes, and snippets.

@andir
Last active October 30, 2018 22:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andir/0d7d88692275447351c7c6a0c33a6f51 to your computer and use it in GitHub Desktop.
Save andir/0d7d88692275447351c7c6a0c33a6f51 to your computer and use it in GitHub Desktop.
systemd v239 stable branch test
{ pkgs, ... }:
let
systemd_nixpkgs = import (pkgs.fetchFromGitHub {
owner = "andir";
repo = "nixpkgs";
rev = "5fd9f68276f7b91f2b2d2336c2d1cc5c5f232adc";
sha256 = "1bj3xql0fw0a1qbxvvl02lsfpxhacg844p1qswp1y5vwp98xn5la";
}) {};
in {
systemd.package = systemd_nixpkgs.systemd;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment