My NixOS and Home Manager configurations
10
fork

Configure Feed

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

update nixos-facter-modules

i have no memory i why i locked it to that commit

quasigod 2b954583 300c1474

+4 -5
+3 -4
flake.lock
··· 374 374 }, 375 375 "nixos-facter-modules": { 376 376 "locked": { 377 - "lastModified": 1755092700, 378 - "narHash": "sha256-knQiR+/3d9RQR6rIDUORO6ZBITleDKDqS4r/pl327WU=", 377 + "lastModified": 1762264948, 378 + "narHash": "sha256-iaRf6n0KPl9hndnIft3blm1YTAyxSREV1oX0MFZ6Tk4=", 379 379 "owner": "nix-community", 380 380 "repo": "nixos-facter-modules", 381 - "rev": "7641b72e58c59ebb3c753fc36ff8ee3506ae8e05", 381 + "rev": "fa695bff9ec37fd5bbd7ee3181dbeb5f97f53c96", 382 382 "type": "github" 383 383 }, 384 384 "original": { 385 385 "owner": "nix-community", 386 386 "repo": "nixos-facter-modules", 387 - "rev": "7641b72e58c59ebb3c753fc36ff8ee3506ae8e05", 388 387 "type": "github" 389 388 } 390 389 },
+1 -1
flake.nix
··· 25 25 26 26 nixos-hardware.url = "github:nixos/nixos-hardware"; 27 27 28 - nixos-facter-modules.url = "github:nix-community/nixos-facter-modules/7641b72e58c59ebb3c753fc36ff8ee3506ae8e05"; 28 + nixos-facter-modules.url = "github:nix-community/nixos-facter-modules"; 29 29 30 30 chaotic = { 31 31 url = "github:chaotic-cx/nyx/nyxpkgs-unstable";