NixOS and Home Manager config

chore: wrappers nixpkgs input follow nixpkgs input

nel.pet 4d50bd5a e15a22a1

verified
+7 -18
+3 -17
flake.lock
··· 37 37 "type": "github" 38 38 } 39 39 }, 40 - "nixpkgs_2": { 41 - "locked": { 42 - "lastModified": 1758690382, 43 - "narHash": "sha256-NY3kSorgqE5LMm1LqNwGne3ZLMF2/ILgLpFr1fS4X3o=", 44 - "owner": "NixOS", 45 - "repo": "nixpkgs", 46 - "rev": "e643668fd71b949c53f8626614b21ff71a07379d", 47 - "type": "github" 48 - }, 49 - "original": { 50 - "owner": "NixOS", 51 - "ref": "nixos-unstable", 52 - "repo": "nixpkgs", 53 - "type": "github" 54 - } 55 - }, 56 40 "root": { 57 41 "inputs": { 58 42 "home-manager": "home-manager", ··· 62 46 }, 63 47 "wrappers": { 64 48 "inputs": { 65 - "nixpkgs": "nixpkgs_2" 49 + "nixpkgs": [ 50 + "nixpkgs" 51 + ] 66 52 }, 67 53 "locked": { 68 54 "lastModified": 1763233857,
+4 -1
flake.nix
··· 7 7 url = "github:nix-community/home-manager/master"; 8 8 inputs.nixpkgs.follows = "nixpkgs"; 9 9 }; 10 - wrappers.url = "github:lassulus/wrappers"; 10 + wrappers = { 11 + url = "github:lassulus/wrappers"; 12 + inputs.nixpkgs.follows = "nixpkgs"; 13 + }; 11 14 }; 12 15 13 16 outputs = {