Notes

Tinker the Kludge

Nix Flakes

October 20, 2022 — sameer

Table of Contents

install imperatively declaratively

1. flake-utils-plus

overlays builder to make it easy to refer to packages that come from flake inputs in configuration.nix

ovaerlay

(final: prev: {
  nixops = inputs.nixops.defaultPackage.${prev.system};
})

flake input

nixops.url = "github:NixOS/nixops";

Author: System administrator

Created: 2022-10-20 Thu 23:19

Validate

Comments?  

comments powered by Disqus