NixOS daily driver
Go to file
2019-12-15 00:03:57 -07:00
.git-crypt setup configurations API 2019-12-05 01:58:40 -07:00
configurations profiles: init develop 2019-12-14 21:37:46 -07:00
lib utils: create utility functions to ease repetition 2019-12-13 21:30:43 -07:00
local move locale.nix to local folder 2019-12-13 22:00:11 -07:00
pkgs/shells/zsh/purs profiles: init develop 2019-12-14 21:37:46 -07:00
profiles develop: init kakoune profile 2019-12-15 00:03:57 -07:00
secrets setup configurations API 2019-12-05 01:58:40 -07:00
.gitattributes setup configurations API 2019-12-05 01:58:40 -07:00
.gitignore setup configurations API 2019-12-05 01:58:40 -07:00
COPYING init 2019-12-02 22:18:30 -07:00
flake.lock use my fork of nixpkgs until flakes stabilize 2019-12-13 21:39:25 -07:00
flake.nix use my fork of nixpkgs until flakes stabilize 2019-12-13 21:39:25 -07:00
README.md succinct description and README.md 2019-12-05 02:15:30 -07:00

Introduction

This project is under construction as a rewrite of my legacy NixOS configuration, using the experimental flakes mechanism.

Flake Talk

setup:

  {

    nix.package = nixFlakes;

    nix.extraOptions = ''
      experimental-features = nix-command flakes
    '';

  }

sans NixOS:

  # nix-env -f '<nixpkgs>' -iA nixFlakes

  # echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf

License

This software is licensed under the MIT License.

Note: MIT license does not apply to the packages built by this configuration, merely to the files in this repository (the Nix expressions, build scripts, NixOS modules, etc.). It also might not apply to patches included here, which may be derivative works of the packages to which they apply. The aforementioned artifacts are all covered by the licenses of the respective packages.