this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update `flake.lock` (2026-04-11)

warning: input 'hjem' has an override for a non-existent input 'smfh'
warning: updating lock file "/home/runner/work/nixxis/nixxis/flake.lock":
• Updated input 'hjem':
'github:feel-co/hjem/d51b2e524794a61762453be5bf7b4fe259150191?narHash=sha256-hOweDMc/uNFeliSVuNXZ4qa6WC8AbmRV8pNSAD/h4S0%3D' (2026-03-18)
→ 'github:feel-co/hjem/32bd6d54d805a3eb41efa62a940eeceaf263c4a8?narHash=sha256-W%2BkpLQ5J/DDaY1nUmvN9aIAfh5ixdyqYM76ZUdcvMBU%3D' (2026-04-07)
• Removed input 'hjem/smfh'
• Updated input 'nixpkgs':
'github:nixos/nixpkgs/6201e203d09599479a3b3450ed24fa81537ebc4e?narHash=sha256-ZojAnPuCdy657PbTq5V0Y%2BAHKhZAIwSIT2cb8UgAz/U%3D' (2026-04-01)
→ 'github:nixos/nixpkgs/4c1018dae018162ec878d42fec712642d214fdfa?narHash=sha256-ar3rofg%2BawPB8QXDaFJhJ2jJhu%2BKqN/PRCXeyuXR76E%3D' (2026-04-09)

authored by

github-actions[bot] and committed by
HigherOrderLogic
95b0334f c7f42955

+8 -13
+7 -8
flake.lock
··· 5 5 "nix-darwin": [], 6 6 "nixpkgs": [ 7 7 "nixpkgs" 8 - ], 9 - "smfh": [] 8 + ] 10 9 }, 11 10 "locked": { 12 - "lastModified": 1773801621, 13 - "narHash": "sha256-hOweDMc/uNFeliSVuNXZ4qa6WC8AbmRV8pNSAD/h4S0=", 11 + "lastModified": 1775569958, 12 + "narHash": "sha256-W+kpLQ5J/DDaY1nUmvN9aIAfh5ixdyqYM76ZUdcvMBU=", 14 13 "owner": "feel-co", 15 14 "repo": "hjem", 16 - "rev": "d51b2e524794a61762453be5bf7b4fe259150191", 15 + "rev": "32bd6d54d805a3eb41efa62a940eeceaf263c4a8", 17 16 "type": "github" 18 17 }, 19 18 "original": { ··· 60 59 }, 61 60 "nixpkgs": { 62 61 "locked": { 63 - "lastModified": 1775036866, 64 - "narHash": "sha256-ZojAnPuCdy657PbTq5V0Y+AHKhZAIwSIT2cb8UgAz/U=", 62 + "lastModified": 1775710090, 63 + "narHash": "sha256-ar3rofg+awPB8QXDaFJhJ2jJhu+KqN/PRCXeyuXR76E=", 65 64 "owner": "nixos", 66 65 "repo": "nixpkgs", 67 - "rev": "6201e203d09599479a3b3450ed24fa81537ebc4e", 66 + "rev": "4c1018dae018162ec878d42fec712642d214fdfa", 68 67 "type": "github" 69 68 }, 70 69 "original": {
+1 -5
flake.nix
··· 6 6 inputs = { 7 7 nixpkgs.follows = "nixpkgs"; 8 8 nix-darwin.follows = ""; 9 - smfh.follows = ""; 10 9 }; 11 10 }; 12 11 nix-flatpak.url = "github:gmodena/nix-flatpak"; ··· 19 18 }; 20 19 }; 21 20 22 - outputs = inputs @ { 23 - nixpkgs, 24 - ... 25 - }: let 21 + outputs = inputs @ {nixpkgs, ...}: let 26 22 pins = import ./pins; 27 23 28 24 inherit (nixpkgs) lib;