]> git.lizzy.rs Git - nothing.git/commitdiff
(#910) Use gcc8Stdenv in NixOS dev environment
authorrexim <reximkut@gmail.com>
Sat, 6 Jul 2019 17:39:22 +0000 (00:39 +0700)
committerrexim <reximkut@gmail.com>
Sat, 6 Jul 2019 17:40:04 +0000 (00:40 +0700)
default.nix

index 5c749c2c52f2951d23b13c51fd822de6b5f27046..596bca5fcca0a2d60b31574d120a944fe5d438b4 100644 (file)
@@ -1,5 +1,5 @@
 with import <nixpkgs> {}; {
-    nothingEnv = stdenv.mkDerivation {
+    nothingEnv = gcc8Stdenv.mkDerivation {
         name = "nothing-env";
         buildInputs = [ stdenv
                         gcc