File tree Expand file tree Collapse file tree 5 files changed +36
-36
lines changed Expand file tree Collapse file tree 5 files changed +36
-36
lines changed Original file line number Diff line number Diff line change 3939 #./docker-compose.nix
4040 ./docker-daemon.nix
4141 #./smokeping.nix
42- ./distributed-builds.nix
42+ # ./distributed-builds.nix
4343 #./hyprland.nix
4444 ] ;
4545
Original file line number Diff line number Diff line change 465465 # Filesystem/Monitoring
466466 inotify-tools
467467
468-
469468 # SDR
470469 gnuradio
471470 hackrf
498497 # https://github.com/aarzilli/gdlv
499498 gdlv
500499 buf
501- protobuf_27
502- grpcurl
500+ # protobuf_27
501+ # grpcurl
503502 # https://github.com/go-gorm/gen
504503 # https://github.com/infobloxopen/protoc-gen-gorm/blob/main/example/postgres_arrays/buf.gen.yaml
505504 gorm-gentool
Original file line number Diff line number Diff line change 77 # https://nix.dev/manual/nix/2.24/command-ref/new-cli/nix3-flake.html#flake-inputs
88 inputs = {
99 nixpkgs . url = "github:nixos/nixpkgs/nixos-unstable" ;
10+ #nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
1011
1112 # https://nixos-and-flakes.thiscute.world/nixos-with-flakes/start-using-home-manager
1213 home-manager = {
Original file line number Diff line number Diff line change @@ -211,12 +211,12 @@ in {
211211 } ;
212212 } ;
213213
214- systemd . network . networks . "dummy0" = {
215- matchConfig . Name = "dummy0" ;
216- networkConfig = {
217- Bridge = "br0" ;
214+ systemd . network . networks . "dummy0" = {
215+ matchConfig . Name = "dummy0" ;
216+ networkConfig = {
217+ Bridge = "br0" ;
218+ } ;
218219 } ;
219- } ;
220220
221221 # https://www.freedesktop.org/software/systemd/man/latest/systemd.network.html
222222 systemd . network . networks = {
You can’t perform that action at this time.
0 commit comments