Compare commits
No commits in common. "b83055e0afd436cea7a57d7c2734f9c7c5d624fa" and "b946bd19a1f92c9f0205f776af0a272103a8ecfb" have entirely different histories.
b83055e0af
...
b946bd19a1
@ -4,7 +4,6 @@
|
||||
imports = [
|
||||
./fonts.nix
|
||||
./gnome.nix
|
||||
./networking.nix
|
||||
./power.nix
|
||||
./printing.nix
|
||||
./xserver.nix
|
||||
|
@ -1,10 +0,0 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
|
||||
networking.networkmanager.extraConfig = ''
|
||||
[connectivity]
|
||||
uri=http://ping.clerie.de/nm-check.txt
|
||||
'';
|
||||
|
||||
}
|
@ -94,7 +94,6 @@
|
||||
anycast_healthchecker
|
||||
flask-excel
|
||||
iot-data
|
||||
nixfiles-updated-inputs
|
||||
pyexcel-xlsx
|
||||
pyexcel-webio
|
||||
uptimestatus
|
||||
|
@ -16,8 +16,6 @@
|
||||
tio
|
||||
xournalpp
|
||||
onlyoffice-bin
|
||||
|
||||
krita
|
||||
];
|
||||
|
||||
services.syncthing = {
|
||||
|
@ -1,10 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.writeShellApplication {
|
||||
name = "nixfiles-updated-inputs.sh";
|
||||
text = builtins.readFile ./nixfiles-updated-inputs.sh;
|
||||
runtimeInputs = [
|
||||
pkgs.git
|
||||
];
|
||||
}
|
||||
|
@ -1,13 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
NOW="$(date --utc --iso-8601=minutes)"
|
||||
|
||||
git fetch origin master
|
||||
git checkout updated-inputs
|
||||
git merge -s ort -X theirs origin/master -m "Update from master ${NOW}"
|
||||
nix flake update
|
||||
git add flake.lock
|
||||
git commit -m "Flake update ${NOW}" || true
|
||||
git push origin updated-inputs
|
@ -2,7 +2,6 @@ self: super: {
|
||||
anycast_healthchecker = self.python3.pkgs.callPackage ./anycast_healthchecker {};
|
||||
flask-excel = self.python3.pkgs.callPackage ./flask-excel {};
|
||||
iot-data = self.python3.pkgs.callPackage ./iot-data {};
|
||||
nixfiles-updated-inputs = self.callPackage ./nixfiles {};
|
||||
pyexcel-xlsx = self.python3.pkgs.callPackage ./pyexcel-xlsx {};
|
||||
pyexcel-webio = self.python3.pkgs.callPackage ./pyexcel-webio {};
|
||||
uptimestatus = self.python3.pkgs.callPackage ./uptimestatus {};
|
||||
|
Loading…
Reference in New Issue
Block a user