maybe the right way to refer to libsoup
This commit is contained in:
parent
d4c583d2c8
commit
54d583dcee
|
@ -29,7 +29,7 @@
|
||||||
jpegoptim
|
jpegoptim
|
||||||
keychain
|
keychain
|
||||||
libfixposix
|
libfixposix
|
||||||
libsoup_2_4
|
libsoup
|
||||||
libzip
|
libzip
|
||||||
man-pages
|
man-pages
|
||||||
mercurial
|
mercurial
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
|
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
# ./hardware-configuration.nix
|
|
||||||
./configs
|
./configs
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -187,7 +186,7 @@ ACTION=="add", SUBSYSTEM=="backlight", GROUP="video", MODE="0660"
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
# on your system were taken. It's perfectly fine and recommended to leave
|
||||||
# this value at the release version of the first install of this system.
|
# this value at the release version of the first install of this system.
|
||||||
# Before changing this value read the documentation for this option
|
# Before changing this value read the documentation for this option
|
||||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||||
|
|
Loading…
Reference in New Issue