[READ-ONLY] Mirror of https://github.com/trueberryless/nix. My nix config github.com/clemensschlipfinger/general-grievous-nix/
0

Configure Feed

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

nix / flake.lock
1.7 kB 71 lines
1{ 2 "nodes": { 3 "home-manager": { 4 "inputs": { 5 "nixpkgs": [ 6 "nixpkgs" 7 ] 8 }, 9 "locked": { 10 "lastModified": 1783024095, 11 "narHash": "sha256-oE+TNK98Pl7nHW4VU1oBvUKD5JR45U+py/NJmLoTNHI=", 12 "owner": "nix-community", 13 "repo": "home-manager", 14 "rev": "a4d410db95a6416d1008049330bd86b85b5db45a", 15 "type": "github" 16 }, 17 "original": { 18 "owner": "nix-community", 19 "ref": "master", 20 "repo": "home-manager", 21 "type": "github" 22 } 23 }, 24 "nix-darwin": { 25 "inputs": { 26 "nixpkgs": [ 27 "nixpkgs" 28 ] 29 }, 30 "locked": { 31 "lastModified": 1781761792, 32 "narHash": "sha256-rCPytmKNjctLloB6UgK5CRrHSwV4b0ygxtJLPPp8R14=", 33 "owner": "nix-darwin", 34 "repo": "nix-darwin", 35 "rev": "a1fa429e945becaf60468600daf649be4ba0350c", 36 "type": "github" 37 }, 38 "original": { 39 "owner": "nix-darwin", 40 "ref": "master", 41 "repo": "nix-darwin", 42 "type": "github" 43 } 44 }, 45 "nixpkgs": { 46 "locked": { 47 "lastModified": 1782918843, 48 "narHash": "sha256-ETYnV9U7Sr+A45dohzZdfCZKOss4qrTkO+wgNZNvEc0=", 49 "owner": "NixOS", 50 "repo": "nixpkgs", 51 "rev": "e8273b29fe1390ec8d4603f2477357555291432e", 52 "type": "github" 53 }, 54 "original": { 55 "owner": "NixOS", 56 "ref": "nixpkgs-unstable", 57 "repo": "nixpkgs", 58 "type": "github" 59 } 60 }, 61 "root": { 62 "inputs": { 63 "home-manager": "home-manager", 64 "nix-darwin": "nix-darwin", 65 "nixpkgs": "nixpkgs" 66 } 67 } 68 }, 69 "root": "root", 70 "version": 7 71}