File tree Expand file tree Collapse file tree 2 files changed +16
-19
lines changed
Expand file tree Collapse file tree 2 files changed +16
-19
lines changed Original file line number Diff line number Diff line change 33
44 inputs = {
55 nixpkgs . url = "github:nixos/nixpkgs/nixos-unstable" ;
6- oldnixpkgs . url = "github:nixos/nixpkgs/6c64dabd3aa85e0c02ef1cdcb6e1213de64baee3" ;
76 home-manager = {
87 url = "github:nix-community/home-manager" ;
98 inputs . nixpkgs . follows = "nixpkgs" ;
6463 ./hosts/common/laptops.nix
6564 ./hosts/lusus
6665 ( { ...} : {
66+ nixpkgs . overlays = [
67+ # (final: prev: {
68+ # gopls = prev.gopls.overrideAttrs (oldAttrs: {
69+ # version = "95aad07923cb9d64eb951e4512c9e62bc3b8e275";
70+ # src = final.fetchFromGitHub {
71+ # owner = "golang";
72+ # repo = "tools";
73+ # rev = "95aad07923cb9d64eb951e4512c9e62bc3b8e275";
74+ # sha256 = "sha256-8BJ0bBOV6bK40ymTDAXRW09kGjDYHD+fcDIiCJrj0gk=";
75+ # };
76+ # vendorHash = "sha256-z/8LzfbddCkCaK/YXpW3zdY8LteN24Wyg+wBNfTzTK4=";
77+ # buildInputs = (oldAttrs.buildInputs or []) ++ [final.go];
78+ # });
79+ # })
80+ ] ;
6781 home-manager . users . danieln = {
6882 imports = [
6983 inputs . gridx . home-module
You can’t perform that action at this time.
0 commit comments