diff options
author | stuebinm | 2023-12-09 23:25:21 +0100 |
---|---|---|
committer | stuebinm | 2023-12-09 23:25:21 +0100 |
commit | f3f0001355a54d4680b608bb8c5405709f7a5619 (patch) | |
tree | 9cb25822d846cf89a30f177d728ae86d31f081f3 | |
parent | a6ee6500500560caf3be5c745266a5f76732f275 (diff) |
some updates
-rw-r--r-- | flake.lock | 32 | ||||
-rw-r--r-- | home/newsboat-public.nix | 2 | ||||
-rw-r--r-- | home/packages.nix | 1 |
3 files changed, 18 insertions, 17 deletions
@@ -51,11 +51,11 @@ "blog": { "flake": false, "locked": { - "lastModified": 1701296950, - "narHash": "sha256-NsNTUUp78lKTZVHa+Iv6okVQBqjZHVxvQagwUDfkfpg=", + "lastModified": 1701453786, + "narHash": "sha256-Kc+Lw3IN/RL++n5CUdPKIaZN+CP1LNXeUyMXNTe4zQ0=", "ref": "refs/heads/main", - "rev": "4df23519b10f9f99f87f7868db56b7c2febdc5db", - "revCount": 45, + "rev": "ec662e9f27fc4dfe1ff423918308c3f5e2cc5dda", + "revCount": 46, "type": "git", "url": "ssh://cgit/~/blog" }, @@ -206,11 +206,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1701263465, - "narHash": "sha256-lNXUIlkfyDyp9Ox21hr+wsEf/IBklLvb6bYcyeXbdRc=", + "lastModified": 1701952659, + "narHash": "sha256-TJv2srXt6fYPUjxgLAL0cy4nuf1OZD4KuA1TrCiQqg0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "50aa30a13c4ab5e7ba282da460a3e3d44e9d0eb3", + "rev": "b4372c4924d9182034066c823df76d6eaf1f4ec4", "type": "github" }, "original": { @@ -237,11 +237,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1701237617, - "narHash": "sha256-Ryd8xpNDY9MJnBFDYhB37XSFIxCPVVVXAbInNPa95vs=", + "lastModified": 1701861573, + "narHash": "sha256-9mZL4N+G/iAADDdR6vKDFwiweYLO8hAmjnDHvfVhYCY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "85306ef2470ba705c97ce72741d56e42d0264015", + "rev": "325eb628b89b9a8183256f62d017bfb499b19bd9", "type": "github" }, "original": { @@ -298,11 +298,11 @@ ] }, "locked": { - "lastModified": 1701310566, - "narHash": "sha256-CL9J3xUR2Ejni4LysrEGX0IdO+Y4BXCiH/By0lmF3eQ=", + "lastModified": 1702088052, + "narHash": "sha256-FkwIBTAMsxyceQce0Mbm+/+cOjj2r5IHBK4R/ekPNaw=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "6d3c6e185198b8bf7ad639f22404a75aa9a09bff", + "rev": "2cfb76b8e836a26efecd9f853bea78355a11c58a", "type": "github" }, "original": { @@ -366,11 +366,11 @@ ] }, "locked": { - "lastModified": 1701127353, - "narHash": "sha256-qVNX0wOl0b7+I35aRu78xUphOyELh+mtUp1KBx89K1Q=", + "lastModified": 1701728052, + "narHash": "sha256-7lOMc3PtW5a55vFReBJLLLOnopsoi1W7MkjJ93jPV4E=", "owner": "Mic92", "repo": "sops-nix", - "rev": "b1edbf5c0464b4cced90a3ba6f999e671f0af631", + "rev": "e91ece6d2cf5a0ae729796b8f0dedceab5107c3d", "type": "github" }, "original": { diff --git a/home/newsboat-public.nix b/home/newsboat-public.nix index 435903d..5702740 100644 --- a/home/newsboat-public.nix +++ b/home/newsboat-public.nix @@ -186,6 +186,7 @@ with import ./newsboat-lib.nix; (btag "https://liberda.nl/atom.xml" "comp") (btag "https://hann.io/feed" "comp") (btag "https://blog.khinsen.net/feeds/all.rss.xml" "comp") + (btag "https://rixx.de/feed.xml" "comp") # paper (btag "http://arxiv.org/rss/cs.PL" "paper") @@ -244,6 +245,7 @@ with import ./newsboat-lib.nix; (ytag "UCSHtaUm-FjUps090S7crO4Q" "stuff") # Bernadette Banner (ytag "UC4hiX_ZZX8v4WKIicvOGx1g" "trains") # Bart Kromwijk (ytag "UCxLYtICsUCWdr1YPrj5DtwA" "stuff") # Ordinary Things + (ytag "UC07CjzGSWgY5lAdWZd_Ambw" "stuff") # Archeology Tube (blender 2737) # blender developers (blender 10) # reels (blender 9) # open movies diff --git a/home/packages.nix b/home/packages.nix index 18f5ded..10c65ec 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -12,7 +12,6 @@ in # internet apps & clients firefox keepassxc mumble lynx thunderbird offpunk openconnect matterhorn tdesktop monolith magic-wormhole-rs - heartwood # graphics & audio audacity blender darktable kdenlive moc ffmpeg-full gimp-with-plugins inkscape krita meshlab pavucontrol moc |