1. 26 Mar, 2020 1 commit
    • add default.nix for installation via nix · 03897445
      Allows installation via nix from the repository itself
      on NixOS and other Linux distribution that have Nix (i.e. Archlinux/Debian).
      
      ```
      $ nix-build
      $ ./result/bin/kconfig-hardened-check
      $ nix-env -f . -i
      ```
      
      It also provides an development environment for `nix-shell` with setuptools and
      python in path
      
      ```
      $ nix-shell
      ```
      Jörg Thalheim authored