From 3006390c0058f06c255d9850327163aebcdc3b40 Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Mon, 11 Oct 2021 22:35:39 +0200 Subject: [PATCH] Enable unstable features. diff --git a/src/main.rs b/src/main.rs index d9e964b..820e22e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,6 @@ +#![feature(bool_to_option)] +#![feature(clamp)] + #[macro_use] mod de; #[macro_use] -- 2.33.0 cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-daemon.service.in
AgeCommit message (Expand)Author
2021-07-07guix-install.sh: Prompt for configuring substitutes discovery....Maxim Cournoyer
2019-06-05etc: guix-daemon.service.in: Fix GUIX_LOCPATH quoting....Jack Hill
2019-05-13Set 'LC_ALL=en_US.utf8' in systemd '.service' files....Ludovic Courtès
2018-11-23build: Binary tarball now populates the "current-guix" profile....Ludovic Courtès
2017-04-22Increase "TasksMax" in 'guix-daemon.service'....Sergei Trofimovich
2017-03-06build: Don't embed absolute paths in .service and .conf service files....Leo Famulari