Skip to content

Instantly share code, notes, and snippets.

View entroky's full-sized avatar

Mohamed Fardin Khan entroky

  • Andhra Pradesh,India
  • 05:53 (UTC +05:30)
View GitHub Profile
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).
{ config, pkgs, ... }:
let
unstableTarball =
fetchTarball
https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz;
all-hies = import (fetchTarball "https://github.com/infinisil/all-hies/tarball/master") {};