Pinetab-v: rope in config
This commit is contained in:
10
machines/ptv/pkgs/gn/default.nix
Normal file
10
machines/ptv/pkgs/gn/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
# TODO: gn-unstable needs rev newer than 2021-01-28
|
||||
# 713a1850957b919c876c924e43ef0ddc4d8a8144 for riscv64 support
|
||||
|
||||
final: prev: prev.gn.overrideAttrs (old: {
|
||||
src = prev.fetchgit {
|
||||
url = "https://gn.googlesource.com/gn";
|
||||
rev = "713a1850957b919c876c924e43ef0ddc4d8a8144";
|
||||
hash = "sha256-yzx7wPp/PEwGg4HZ99YntyHJ384nTVq6fyB6/vOOvOM=";
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user