1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/nixos
Evgeny Egorochkin b415876bdb systemd service: fix issues with escaping when unit name contains '-'
systemd escaping rules translate this into a string containing '\'
which is treated by some code paths as quoted, and by others as unquoted
causing the affected units to fail.
2014-06-11 04:08:13 +03:00
..
doc Manual: Note about using a local branch 2014-05-28 14:38:07 +02:00
gui
lib test-driver: Set context to include machines created by createMachine 2014-05-21 15:55:50 +02:00
maintainers Better support for HVM instances. Now the NixOS images can 2014-05-21 16:37:55 +02:00
modules systemd service: fix issues with escaping when unit name contains '-' 2014-06-11 04:08:13 +03:00
tests nixos.tests.installer: Attempt to fix race condition 2014-05-30 21:26:24 +02:00
COPYING
default.nix
README
release-combined.nix Remove obsolete udisks test 2014-05-22 12:11:53 +02:00
release.nix nixos: add influxdb module 2014-05-27 22:56:36 +02:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.