Compare commits
No commits in common. "b83055e0afd436cea7a57d7c2734f9c7c5d624fa" and "b946bd19a1f92c9f0205f776af0a272103a8ecfb" have entirely different histories.
b83055e0af
...
b946bd19a1
@ -4,7 +4,6 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
./gnome.nix
|
./gnome.nix
|
||||||
./networking.nix
|
|
||||||
./power.nix
|
./power.nix
|
||||||
./printing.nix
|
./printing.nix
|
||||||
./xserver.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
|
anycast_healthchecker
|
||||||
flask-excel
|
flask-excel
|
||||||
iot-data
|
iot-data
|
||||||
nixfiles-updated-inputs
|
|
||||||
pyexcel-xlsx
|
pyexcel-xlsx
|
||||||
pyexcel-webio
|
pyexcel-webio
|
||||||
uptimestatus
|
uptimestatus
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
tio
|
tio
|
||||||
xournalpp
|
xournalpp
|
||||||
onlyoffice-bin
|
onlyoffice-bin
|
||||||
|
|
||||||
krita
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services.syncthing = {
|
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 {};
|
anycast_healthchecker = self.python3.pkgs.callPackage ./anycast_healthchecker {};
|
||||||
flask-excel = self.python3.pkgs.callPackage ./flask-excel {};
|
flask-excel = self.python3.pkgs.callPackage ./flask-excel {};
|
||||||
iot-data = self.python3.pkgs.callPackage ./iot-data {};
|
iot-data = self.python3.pkgs.callPackage ./iot-data {};
|
||||||
nixfiles-updated-inputs = self.callPackage ./nixfiles {};
|
|
||||||
pyexcel-xlsx = self.python3.pkgs.callPackage ./pyexcel-xlsx {};
|
pyexcel-xlsx = self.python3.pkgs.callPackage ./pyexcel-xlsx {};
|
||||||
pyexcel-webio = self.python3.pkgs.callPackage ./pyexcel-webio {};
|
pyexcel-webio = self.python3.pkgs.callPackage ./pyexcel-webio {};
|
||||||
uptimestatus = self.python3.pkgs.callPackage ./uptimestatus {};
|
uptimestatus = self.python3.pkgs.callPackage ./uptimestatus {};
|
||||||
|
Loading…
Reference in New Issue
Block a user