Conversation
|
I think it would be very useful for nix-newcomers to have some basic instructions in the readme. So for example:
(of course only if and
|
| inputs = { | ||
| nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; | ||
| flake-utils.url = "github:numtide/flake-utils"; | ||
| oxalica.url = "github:oxalica/rust-overlay"; |
There was a problem hiding this comment.
There are 2 (different) nixpkgs in flake.lock
| oxalica.url = "github:oxalica/rust-overlay"; | |
| oxalica.url = "github:oxalica/rust-overlay"; | |
| oxalica.inputs.nixpkgs.follows = "nixpkgs"; |
| { name = "LD"; bin = "ld.lld"; hostPackage = "bintools"; } | ||
| { name = "AR"; bin = "ar"; hostPackage = "bintools"; } | ||
| ])))) else { | ||
| TODO = builtins.warn "TODO gcc build"; |
There was a problem hiding this comment.
error: attribute 'warn' missing
| TODO = builtins.warn "TODO gcc build"; | |
| TODO = builtins.throw "TODO gcc build"; |
| @@ -0,0 +1,22 @@ | |||
| { | |||
| description = "A very basic flake"; | |||
There was a problem hiding this comment.
| description = "A very basic flake"; | |
| description = "Devshell for building the Linux kernel"; |
|
I tried to set an older version of stable rust by setting Any version before 1.81.0 doesn't work for me, can you reproduce? |
I found out what the issue was, the depends on formula was too long and went over my laptop screen, |
|
Can you also add these |
Currently only the clang devshell works, did not look at gcc yet