Project

General

Profile

Actions

Feature #7669

closed

Add support for development under NixOs

Added by Eric Leblond 4 months ago. Updated 18 days ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Effort:
Difficulty:
Label:

Description

NixOS (https://nixos.org/) is Linux operating system that allow dynamic environment to be setup for specific tasks.

The usage of `nix-shell`, for example, allows a user to get everything installed to be able to build a suricata in one command.

A typical session on a system with no devel tools installed will be:
  • git clone suricata.git
  • cd suricata
  • nix-shell
  • ./autogen.sh
  • ./configure
  • make
Actions #1

Updated by Eric Leblond 18 days ago

  • Status changed from In Review to Closed
  • Target version changed from TBD to 8.0.0

shell.nix is now part of the source tree.

Actions

Also available in: Atom PDF