Skip to content

Commit fdb39a6

Browse files
committed
fix builds
1 parent a68fde6 commit fdb39a6

File tree

7 files changed

+29
-18
lines changed

7 files changed

+29
-18
lines changed

flake.lock

Lines changed: 23 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
description = "debugloop/dotfiles";
33

44
inputs = {
5-
# nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
6-
nixpkgs.url = "git+https://github.com/nixos/nixpkgs?shallow=1&ref=nixos-unstable";
5+
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
6+
oldnixpkgs.url = "github:nixos/nixpkgs/6c64dabd3aa85e0c02ef1cdcb6e1213de64baee3";
77
home-manager = {
88
url = "github:nix-community/home-manager";
99
inputs.nixpkgs.follows = "nixpkgs";

garnix.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
builds:
2-
include:
3-
- nixosConfigurations.simmons.*
2+
exclude:
3+
- nixosConfigurations.lusus.*

home/default.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
MANPAGER = "nvim +Man!";
2727
HIGHLIGHT_STYLE = "base16/grayscale-dark";
2828
PAGER = "less -R --use-color -Dd+r -Du+b";
29-
ZK_NOTEBOOK_DIR = "~/documents/notes";
3029
NODE_PATH = "${pkgs.typescript}/lib/node_modules";
3130
};
3231

@@ -98,7 +97,6 @@
9897
wget
9998
whois
10099
zip
101-
zk
102100
# networking
103101
gping
104102
miniserve
@@ -157,7 +155,7 @@
157155
gotests
158156
gotestsum
159157
go-tools
160-
gotools
158+
inputs.oldnixpkgs.legacyPackages.${pkgs.system}.gotools # until gopls is backported
161159
protoc-gen-go
162160
protoc-gen-go-grpc
163161
# hardware (TODO: are those installed system-wide?)

home/wayland/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
# dfu-util
8888
# gcc-arm-embedded
8989
# qmk
90-
somafm-cli
9190
simple-mtpfs
9291
];
9392
};

home/wayland/niri.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
active.color = "#${config.colors.blue}";
8080
inactive.color = "#${config.colors.light_bg}";
8181
};
82-
default-column-width.proportion = 0.333;
82+
default-column-width.proportion = 0.5;
8383
preset-column-widths = [
8484
{proportion = 0.333;}
8585
{proportion = 0.5;}

hosts/simmons/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44
./boot.nix
55
./steam.nix
66
];
7-
8-
services.mullvad-vpn.enable = true;
97
}

0 commit comments

Comments
 (0)