My Nix Configuration
2
fork

Configure Feed

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

[flake] Update nixos-hardware

Pyrox ca2dac75 e677aa96

+4 -7
+3 -3
flake.lock
··· 469 469 }, 470 470 "hardware": { 471 471 "locked": { 472 - "lastModified": 1707211557, 473 - "narHash": "sha256-LTKTzZ6fM5j8XWXf51IMBzDaOaJg9kYWLUZxoIhzRN8=", 472 + "lastModified": 1708091350, 473 + "narHash": "sha256-o28BJYi68qqvHipT7V2jkWxDiMS1LF9nxUsou+eFUPQ=", 474 474 "owner": "nixos", 475 475 "repo": "nixos-hardware", 476 - "rev": "6e5cc385fc8cf5ca6495d70243074ccdea9f64c7", 476 + "rev": "106d3fec43bcea19cb2e061ca02531d54b542ce3", 477 477 "type": "github" 478 478 }, 479 479 "original": {
+1 -4
flake.nix
··· 64 64 url = "gitlab:famedly/conduit"; 65 65 inputs.flake-utils.follows = "flake-utils"; 66 66 }; 67 - # ctp-toolbox = { 68 - # url = "github:catppuccin/toolbox"; 69 - # }; 70 67 # deploy-rs.url = "github:serokell/deploy-rs"; 71 68 dns = { 72 69 url = "github:kirelagin/dns.nix"; ··· 161 158 }; 162 159 system = "x86_64-linux"; 163 160 overlays = [ 164 - (import ./overlays/iceshrimp.nix) 165 161 (import ./overlays/treesitter.nix) 162 + (import ./overlays/tdlib-purple.nix) 166 163 my-pkgs.overlays.cinny 167 164 my-pkgs2 168 165 alejandra-overlay