03:00
cole-h has joined #nixos-emacs
03:50
leungbk has joined #nixos-emacs
04:28
leungbk has quit [Quit: ERC (IRC client for Emacs 27.1)]
04:53
evanjs has quit [Ping timeout: 264 seconds]
04:54
evanjs has joined #nixos-emacs
06:20
claudiii has quit [Ping timeout: 240 seconds]
06:23
peel has quit [Ping timeout: 260 seconds]
06:23
cole-h has quit [Quit: Goodbye]
06:23
claudiii has joined #nixos-emacs
06:23
peel has joined #nixos-emacs
09:21
rajivr has joined #nixos-emacs
09:57
joesventek has joined #nixos-emacs
14:54
joseph has joined #nixos-emacs
14:54
joseph is now known as Guest56807
14:54
Guest56807 is now known as joseph`
14:55
joseph` is now known as jmorag
14:56
<
jmorag >
Trying to use emacsGcc with nixpkgs.overlays = [
14:56
<
jmorag >
(import (builtins.fetchTarball
14:56
<
jmorag >
# 08-24-2020
14:57
<
jmorag >
environment.systemPackages = with pkgs; [emacsGcc];
14:57
<
jmorag >
but getting error: anonymous function at /nix/store/msh07c046anysccn14mz3zqkhsmmv9gj-nixos-20.03.2843.14006b724f3/nixos/pkgs/applications/editors/emacs/default.nix:1:1 called with unexpected argument 'nativeComp', at /nix/store/msh07c046anysccn14mz3zqkhsmmv9gj-nixos-20.03.2843.14006b724f3/nixos/lib/customisation.nix:79:63
14:57
<
jmorag >
(use '--show-trace' to show detailed location information)
14:57
<
adisbladis >
jmorag: It only works on the unstablue channel
14:57
<
adisbladis >
unstable*
14:57
<
adisbladis >
20.03 and older does not have libgccjit
14:59
<
jmorag >
adisbladis: thank you
15:03
ctp has quit [Ping timeout: 240 seconds]
15:04
joesventek has quit [Quit: Quit]
15:05
<
jmorag >
adisbladis: I have unstable imported in my configuration.nix as
15:05
<
jmorag >
owner = "NixOS";
15:05
<
jmorag >
unstable = import (pkgs.fetchFromGitHub {
15:05
<
jmorag >
repo = "nixpkgs-channels";
15:05
<
jmorag >
rev = "nixos-unstable";
15:05
<
jmorag >
sha256 = "1ak7jqx94fjhc68xh1lh35kh3w3ndbadprrb762qgvcfb8351x8v";
15:05
<
jmorag >
}) { inherit (config.nixpkgs) config; };
15:05
ctp has joined #nixos-emacs
15:05
<
jmorag >
is there a way to get emacsGcc to pick up the attributes from there or does unstable need to be the default channel?
15:09
joesventek has joined #nixos-emacs
15:13
<
NobbZ[m] >
You might need to explicitly add the overlay to the import though. Not quite sure if it is implicitly available when doing it that waY.
15:13
<
jmorag >
that errors with "error: attribute 'emacsGcc' missing, at /etc/nixos/configuration.nix:60:5"
15:14
<
NobbZ[m] >
So you have to add the iverlay to the import explicitly
15:16
<
jmorag >
NobbZ[m]: thanks, it looks like
15:16
<
jmorag >
unstable = import (pkgs.fetchFromGitHub {
15:16
<
jmorag >
owner = "NixOS";
15:16
<
jmorag >
repo = "nixpkgs-channels";
15:16
<
jmorag >
rev = "nixos-unstable";
15:16
<
jmorag >
sha256 = "1ak7jqx94fjhc68xh1lh35kh3w3ndbadprrb762qgvcfb8351x8v";
15:16
<
jmorag >
inherit (config.nixpkgs) config;
15:16
<
jmorag >
overlays = [
15:16
<
jmorag >
(import (builtins.fetchTarball
15:16
<
jmorag >
# 08-24-2020
15:17
<
jmorag >
lets `unstable.emacsGcc` work. Building now!
15:22
rajivr has quit [*.net *.split]
15:22
claudiii has quit [*.net *.split]
15:22
peel has quit [*.net *.split]
15:22
murmr has quit [*.net *.split]
15:22
feepo has quit [*.net *.split]
15:22
jackdk has quit [*.net *.split]
15:22
manveru has quit [*.net *.split]
15:22
aterius has quit [*.net *.split]
15:22
yurb has quit [*.net *.split]
15:22
dash has quit [*.net *.split]
15:27
joesventek has quit [Quit: Quit]
15:32
joesventek has joined #nixos-emacs
15:33
feepo has joined #nixos-emacs
15:33
murmr has joined #nixos-emacs
15:33
claudiii has joined #nixos-emacs
15:33
peel has joined #nixos-emacs
15:33
rajivr has joined #nixos-emacs
15:34
dash has joined #nixos-emacs
15:34
yurb has joined #nixos-emacs
15:34
aterius has joined #nixos-emacs
15:34
manveru has joined #nixos-emacs
15:34
jackdk has joined #nixos-emacs
16:21
jmorag has quit [Ping timeout: 256 seconds]
16:27
<
NobbZ[m] >
Also if you use cachix, make sure to use the "nix-community" cache.
16:38
joesventek has quit [Quit: Quit]
16:40
joesventek has joined #nixos-emacs
18:42
rajivr has quit [Quit: Connection closed for inactivity]
20:14
evanjs has quit [Ping timeout: 258 seconds]
20:32
evanjs has joined #nixos-emacs
21:02
cole-h has joined #nixos-emacs