nix-configs/flake.lock

486 lines
13 KiB
Text
Raw Normal View History

2022-12-01 17:26:43 +00:00
{
"nodes": {
2023-03-05 09:56:03 +00:00
"arion": {
"inputs": {
"flake-parts": "flake-parts",
"haskell-flake": "haskell-flake",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1677362634,
"narHash": "sha256-TbXibbeyPHFS+WVMlBQ3lY2L6Re5y3qUsZaHYtLQvkw=",
"owner": "hercules-ci",
"repo": "arion",
"rev": "0f27ae484f34a8f0bbc5ef495a96f3a3cecb3eb3",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "arion",
"type": "github"
}
},
flake.lock: Update Flake lock file updates: • Added input 'easymacros': 'git+https://gitlab.com/obsidianical/easymacros.git?ref=refs%2fheads%2fmain&rev=43405b3bcf786513adc6534ed0e6618c458ba2cb' (2022-09-07) • Added input 'easymacros/flake-utils': 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) • Added input 'easymacros/naersk': 'github:nix-community/naersk/cddffb5aa211f50c4b8750adbec0bbbdfb26bb9f' (2022-06-12) • Added input 'easymacros/naersk/nixpkgs': 'github:NixOS/nixpkgs/660ac43ff9ab1f12e28bfb31d4719795777fe152' (2022-07-02) • Added input 'easymacros/nixpkgs': 'github:NixOS/nixpkgs/660ac43ff9ab1f12e28bfb31d4719795777fe152' (2022-07-02) • Updated input 'home-manager': 'github:nix-community/home-manager/50c9bccb6abc52811a59db620606e016fcde32bd' (2022-11-27) → 'github:nix-community/home-manager/054d9e3187ca00479e8036dc0e92900a384f30fd' (2022-12-08) • Updated input 'mac-brcm-fw': 'path:/home/jade/mac-brcm-fw?lastModified=1668279146&narHash=sha256-KP2cgNVty0t+8laUc8nxefOk8O60fw%2fmBt7qStSyPNA=' (2022-11-12) → 'path:./mac-brcm-fw?lastModified=1&narHash=sha256-ewzM8IBKNFCx73ah5rflcdx605ukRF3oTWwih2CTsvs=' (1970-01-01) • Updated input 'nixos-hardware': 'github:kekrby/nixos-hardware/1e2e5a5749a1a6709f5858f208f23ce43ce7064e' (2022-11-26) → 'github:kekrby/nixos-hardware/00a8e6608e4f3c4cc7f73f70f41458db3ba09855' (2022-12-08) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/b45ec953794bb07922f0468152ad1ebaf8a084b3' (2022-11-27) → 'github:NixOS/nixpkgs/c91e8857f5f036aa220c7e749255ac112665e985' (2022-12-09)
2022-12-10 12:25:18 +00:00
"easymacros": {
"inputs": {
2023-02-19 01:27:09 +00:00
"flake-utils": "flake-utils",
flake.lock: Update Flake lock file updates: • Added input 'easymacros': 'git+https://gitlab.com/obsidianical/easymacros.git?ref=refs%2fheads%2fmain&rev=43405b3bcf786513adc6534ed0e6618c458ba2cb' (2022-09-07) • Added input 'easymacros/flake-utils': 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) • Added input 'easymacros/naersk': 'github:nix-community/naersk/cddffb5aa211f50c4b8750adbec0bbbdfb26bb9f' (2022-06-12) • Added input 'easymacros/naersk/nixpkgs': 'github:NixOS/nixpkgs/660ac43ff9ab1f12e28bfb31d4719795777fe152' (2022-07-02) • Added input 'easymacros/nixpkgs': 'github:NixOS/nixpkgs/660ac43ff9ab1f12e28bfb31d4719795777fe152' (2022-07-02) • Updated input 'home-manager': 'github:nix-community/home-manager/50c9bccb6abc52811a59db620606e016fcde32bd' (2022-11-27) → 'github:nix-community/home-manager/054d9e3187ca00479e8036dc0e92900a384f30fd' (2022-12-08) • Updated input 'mac-brcm-fw': 'path:/home/jade/mac-brcm-fw?lastModified=1668279146&narHash=sha256-KP2cgNVty0t+8laUc8nxefOk8O60fw%2fmBt7qStSyPNA=' (2022-11-12) → 'path:./mac-brcm-fw?lastModified=1&narHash=sha256-ewzM8IBKNFCx73ah5rflcdx605ukRF3oTWwih2CTsvs=' (1970-01-01) • Updated input 'nixos-hardware': 'github:kekrby/nixos-hardware/1e2e5a5749a1a6709f5858f208f23ce43ce7064e' (2022-11-26) → 'github:kekrby/nixos-hardware/00a8e6608e4f3c4cc7f73f70f41458db3ba09855' (2022-12-08) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/b45ec953794bb07922f0468152ad1ebaf8a084b3' (2022-11-27) → 'github:NixOS/nixpkgs/c91e8857f5f036aa220c7e749255ac112665e985' (2022-12-09)
2022-12-10 12:25:18 +00:00
"naersk": "naersk",
2023-03-05 09:56:03 +00:00
"nixpkgs": "nixpkgs_3"
flake.lock: Update Flake lock file updates: • Added input 'easymacros': 'git+https://gitlab.com/obsidianical/easymacros.git?ref=refs%2fheads%2fmain&rev=43405b3bcf786513adc6534ed0e6618c458ba2cb' (2022-09-07) • Added input 'easymacros/flake-utils': 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) • Added input 'easymacros/naersk': 'github:nix-community/naersk/cddffb5aa211f50c4b8750adbec0bbbdfb26bb9f' (2022-06-12) • Added input 'easymacros/naersk/nixpkgs': 'github:NixOS/nixpkgs/660ac43ff9ab1f12e28bfb31d4719795777fe152' (2022-07-02) • Added input 'easymacros/nixpkgs': 'github:NixOS/nixpkgs/660ac43ff9ab1f12e28bfb31d4719795777fe152' (2022-07-02) • Updated input 'home-manager': 'github:nix-community/home-manager/50c9bccb6abc52811a59db620606e016fcde32bd' (2022-11-27) → 'github:nix-community/home-manager/054d9e3187ca00479e8036dc0e92900a384f30fd' (2022-12-08) • Updated input 'mac-brcm-fw': 'path:/home/jade/mac-brcm-fw?lastModified=1668279146&narHash=sha256-KP2cgNVty0t+8laUc8nxefOk8O60fw%2fmBt7qStSyPNA=' (2022-11-12) → 'path:./mac-brcm-fw?lastModified=1&narHash=sha256-ewzM8IBKNFCx73ah5rflcdx605ukRF3oTWwih2CTsvs=' (1970-01-01) • Updated input 'nixos-hardware': 'github:kekrby/nixos-hardware/1e2e5a5749a1a6709f5858f208f23ce43ce7064e' (2022-11-26) → 'github:kekrby/nixos-hardware/00a8e6608e4f3c4cc7f73f70f41458db3ba09855' (2022-12-08) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/b45ec953794bb07922f0468152ad1ebaf8a084b3' (2022-11-27) → 'github:NixOS/nixpkgs/c91e8857f5f036aa220c7e749255ac112665e985' (2022-12-09)
2022-12-10 12:25:18 +00:00
},
"locked": {
"lastModified": 1662552013,
"narHash": "sha256-ENoDCKs6gKcGYa06LhCVhro0FVntcy5GBvShS+TPvMY=",
"ref": "refs/heads/main",
"rev": "43405b3bcf786513adc6534ed0e6618c458ba2cb",
"revCount": 38,
"type": "git",
"url": "https://gitlab.com/obsidianical/easymacros.git"
},
"original": {
"type": "git",
"url": "https://gitlab.com/obsidianical/easymacros.git"
}
},
2023-03-05 09:56:03 +00:00
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
"arion",
"nixpkgs"
]
},
"locked": {
"lastModified": 1675933616,
"narHash": "sha256-/rczJkJHtx16IFxMmAWu5nNYcSXNg1YYXTHoGjLrLUA=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "47478a4a003e745402acf63be7f9a092d51b83d7",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
2022-12-01 17:26:43 +00:00
"flake-utils": {
flake.lock: Update Flake lock file updates: • Added input 'easymacros': 'git+https://gitlab.com/obsidianical/easymacros.git?ref=refs%2fheads%2fmain&rev=43405b3bcf786513adc6534ed0e6618c458ba2cb' (2022-09-07) • Added input 'easymacros/flake-utils': 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) • Added input 'easymacros/naersk': 'github:nix-community/naersk/cddffb5aa211f50c4b8750adbec0bbbdfb26bb9f' (2022-06-12) • Added input 'easymacros/naersk/nixpkgs': 'github:NixOS/nixpkgs/660ac43ff9ab1f12e28bfb31d4719795777fe152' (2022-07-02) • Added input 'easymacros/nixpkgs': 'github:NixOS/nixpkgs/660ac43ff9ab1f12e28bfb31d4719795777fe152' (2022-07-02) • Updated input 'home-manager': 'github:nix-community/home-manager/50c9bccb6abc52811a59db620606e016fcde32bd' (2022-11-27) → 'github:nix-community/home-manager/054d9e3187ca00479e8036dc0e92900a384f30fd' (2022-12-08) • Updated input 'mac-brcm-fw': 'path:/home/jade/mac-brcm-fw?lastModified=1668279146&narHash=sha256-KP2cgNVty0t+8laUc8nxefOk8O60fw%2fmBt7qStSyPNA=' (2022-11-12) → 'path:./mac-brcm-fw?lastModified=1&narHash=sha256-ewzM8IBKNFCx73ah5rflcdx605ukRF3oTWwih2CTsvs=' (1970-01-01) • Updated input 'nixos-hardware': 'github:kekrby/nixos-hardware/1e2e5a5749a1a6709f5858f208f23ce43ce7064e' (2022-11-26) → 'github:kekrby/nixos-hardware/00a8e6608e4f3c4cc7f73f70f41458db3ba09855' (2022-12-08) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/b45ec953794bb07922f0468152ad1ebaf8a084b3' (2022-11-27) → 'github:NixOS/nixpkgs/c91e8857f5f036aa220c7e749255ac112665e985' (2022-12-09)
2022-12-10 12:25:18 +00:00
"locked": {
"lastModified": 1656065134,
"narHash": "sha256-oc6E6ByIw3oJaIyc67maaFcnjYOz1mMcOtHxbEf9NwQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "bee6a7250dd1b01844a2de7e02e4df7d8a0a206c",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2023-02-19 01:27:09 +00:00
"flake-utils_2": {
2023-02-06 09:51:15 +00:00
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {
"id": "flake-utils",
"type": "indirect"
}
},
2023-03-05 09:56:03 +00:00
"haskell-flake": {
"locked": {
"lastModified": 1675296942,
"narHash": "sha256-u1X1sblozi5qYEcLp1hxcyo8FfDHnRUVX3dJ/tW19jY=",
"owner": "srid",
"repo": "haskell-flake",
"rev": "c2cafce9d57bfca41794dc3b99c593155006c71e",
"type": "github"
},
"original": {
"owner": "srid",
"ref": "0.1.0",
"repo": "haskell-flake",
"type": "github"
}
},
2022-12-01 17:26:43 +00:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"utils": "utils"
},
"locked": {
"lastModified": 1681162249,
"narHash": "sha256-jh5fLaTxR5XowXA0CN/1Gs2qbvVdmdPCSeO424XWZLI=",
2022-12-01 17:26:43 +00:00
"owner": "nix-community",
"repo": "home-manager",
"rev": "4e79c6a414ce59fd1a53ab77899c77ab87774e6b",
2022-12-01 17:26:43 +00:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"karton": {
"inputs": {
"naersk": "naersk_2",
"nixpkgs": "nixpkgs_5",
"utils": "utils_2"
},
"locked": {
"lastModified": 1678433964,
"narHash": "sha256-hzJ/+XcVbMctzR6PAYdbxjMBtWNdtET5HDrO74jH+Ec=",
"ref": "refs/heads/master",
"rev": "808ffd4964d423d33075e666d9de4c478a6be5b4",
"revCount": 187,
"type": "git",
"url": "https://gitlab.com/obsidianical/microbin.git"
},
"original": {
"type": "git",
"url": "https://gitlab.com/obsidianical/microbin.git"
}
},
2022-12-01 17:26:43 +00:00
"mac-brcm-fw": {
"flake": false,
"locked": {
"lastModified": 1,
"narHash": "sha256-ewzM8IBKNFCx73ah5rflcdx605ukRF3oTWwih2CTsvs=",
"path": "./mac-brcm-fw",
2022-12-01 17:26:43 +00:00
"type": "path"
},
"original": {
"path": "./mac-brcm-fw",
"type": "path"
}
},
2023-02-06 09:51:15 +00:00
"meowsite": {
"inputs": {
2023-02-19 01:27:09 +00:00
"flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs_6"
2023-02-06 09:51:15 +00:00
},
"locked": {
"lastModified": 1678920998,
"narHash": "sha256-YM7MdYYoL/Wgmg8nmMVnAm33WwzdA2JFwMHKfOxNBXs=",
2023-02-06 09:51:15 +00:00
"ref": "refs/heads/master",
"rev": "f40a32b22bc96b07cb78fb5751cf92d5f30b1c24",
"revCount": 11,
2023-02-06 09:51:15 +00:00
"type": "git",
"url": "https://gitlab.com/obsidianical/meowsite.git"
},
"original": {
"type": "git",
"url": "https://gitlab.com/obsidianical/meowsite.git"
}
},
flake.lock: Update Flake lock file updates: • Added input 'easymacros': 'git+https://gitlab.com/obsidianical/easymacros.git?ref=refs%2fheads%2fmain&rev=43405b3bcf786513adc6534ed0e6618c458ba2cb' (2022-09-07) • Added input 'easymacros/flake-utils': 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) • Added input 'easymacros/naersk': 'github:nix-community/naersk/cddffb5aa211f50c4b8750adbec0bbbdfb26bb9f' (2022-06-12) • Added input 'easymacros/naersk/nixpkgs': 'github:NixOS/nixpkgs/660ac43ff9ab1f12e28bfb31d4719795777fe152' (2022-07-02) • Added input 'easymacros/nixpkgs': 'github:NixOS/nixpkgs/660ac43ff9ab1f12e28bfb31d4719795777fe152' (2022-07-02) • Updated input 'home-manager': 'github:nix-community/home-manager/50c9bccb6abc52811a59db620606e016fcde32bd' (2022-11-27) → 'github:nix-community/home-manager/054d9e3187ca00479e8036dc0e92900a384f30fd' (2022-12-08) • Updated input 'mac-brcm-fw': 'path:/home/jade/mac-brcm-fw?lastModified=1668279146&narHash=sha256-KP2cgNVty0t+8laUc8nxefOk8O60fw%2fmBt7qStSyPNA=' (2022-11-12) → 'path:./mac-brcm-fw?lastModified=1&narHash=sha256-ewzM8IBKNFCx73ah5rflcdx605ukRF3oTWwih2CTsvs=' (1970-01-01) • Updated input 'nixos-hardware': 'github:kekrby/nixos-hardware/1e2e5a5749a1a6709f5858f208f23ce43ce7064e' (2022-11-26) → 'github:kekrby/nixos-hardware/00a8e6608e4f3c4cc7f73f70f41458db3ba09855' (2022-12-08) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/b45ec953794bb07922f0468152ad1ebaf8a084b3' (2022-11-27) → 'github:NixOS/nixpkgs/c91e8857f5f036aa220c7e749255ac112665e985' (2022-12-09)
2022-12-10 12:25:18 +00:00
"naersk": {
"inputs": {
2023-03-05 09:56:03 +00:00
"nixpkgs": "nixpkgs_2"
flake.lock: Update Flake lock file updates: • Added input 'easymacros': 'git+https://gitlab.com/obsidianical/easymacros.git?ref=refs%2fheads%2fmain&rev=43405b3bcf786513adc6534ed0e6618c458ba2cb' (2022-09-07) • Added input 'easymacros/flake-utils': 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) • Added input 'easymacros/naersk': 'github:nix-community/naersk/cddffb5aa211f50c4b8750adbec0bbbdfb26bb9f' (2022-06-12) • Added input 'easymacros/naersk/nixpkgs': 'github:NixOS/nixpkgs/660ac43ff9ab1f12e28bfb31d4719795777fe152' (2022-07-02) • Added input 'easymacros/nixpkgs': 'github:NixOS/nixpkgs/660ac43ff9ab1f12e28bfb31d4719795777fe152' (2022-07-02) • Updated input 'home-manager': 'github:nix-community/home-manager/50c9bccb6abc52811a59db620606e016fcde32bd' (2022-11-27) → 'github:nix-community/home-manager/054d9e3187ca00479e8036dc0e92900a384f30fd' (2022-12-08) • Updated input 'mac-brcm-fw': 'path:/home/jade/mac-brcm-fw?lastModified=1668279146&narHash=sha256-KP2cgNVty0t+8laUc8nxefOk8O60fw%2fmBt7qStSyPNA=' (2022-11-12) → 'path:./mac-brcm-fw?lastModified=1&narHash=sha256-ewzM8IBKNFCx73ah5rflcdx605ukRF3oTWwih2CTsvs=' (1970-01-01) • Updated input 'nixos-hardware': 'github:kekrby/nixos-hardware/1e2e5a5749a1a6709f5858f208f23ce43ce7064e' (2022-11-26) → 'github:kekrby/nixos-hardware/00a8e6608e4f3c4cc7f73f70f41458db3ba09855' (2022-12-08) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/b45ec953794bb07922f0468152ad1ebaf8a084b3' (2022-11-27) → 'github:NixOS/nixpkgs/c91e8857f5f036aa220c7e749255ac112665e985' (2022-12-09)
2022-12-10 12:25:18 +00:00
},
"locked": {
"lastModified": 1655042882,
"narHash": "sha256-9BX8Fuez5YJlN7cdPO63InoyBy7dm3VlJkkmTt6fS1A=",
"owner": "nix-community",
"repo": "naersk",
"rev": "cddffb5aa211f50c4b8750adbec0bbbdfb26bb9f",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "naersk",
"type": "github"
}
},
2023-02-08 07:13:28 +00:00
"naersk_2": {
"inputs": {
"nixpkgs": "nixpkgs_4"
},
"locked": {
"lastModified": 1671096816,
"narHash": "sha256-ezQCsNgmpUHdZANDCILm3RvtO1xH8uujk/+EqNvzIOg=",
"owner": "nix-community",
"repo": "naersk",
"rev": "d998160d6a076cfe8f9741e56aeec7e267e3e114",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
"repo": "naersk",
"type": "github"
}
},
"naersk_3": {
"inputs": {
2023-03-05 09:56:03 +00:00
"nixpkgs": "nixpkgs_8"
2023-02-08 07:13:28 +00:00
},
"locked": {
"lastModified": 1671096816,
"narHash": "sha256-ezQCsNgmpUHdZANDCILm3RvtO1xH8uujk/+EqNvzIOg=",
"owner": "nix-community",
"repo": "naersk",
"rev": "d998160d6a076cfe8f9741e56aeec7e267e3e114",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
"repo": "naersk",
"type": "github"
}
},
2022-12-01 17:26:43 +00:00
"nixos-hardware": {
"locked": {
"lastModified": 1677180169,
"narHash": "sha256-tn1pTjPP+H2lAQDb8/Iw/FeZLjAQnSH00rR7MOFKZ9w=",
2022-12-01 17:26:43 +00:00
"owner": "kekrby",
"repo": "nixos-hardware",
"rev": "e964f9f56c01992263c0b8040f989996aa870741",
2022-12-01 17:26:43 +00:00
"type": "github"
},
"original": {
"owner": "kekrby",
"repo": "nixos-hardware",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2023-03-05 09:56:03 +00:00
"lastModified": 1676300157,
"narHash": "sha256-1HjRzfp6LOLfcj/HJHdVKWAkX9QRAouoh6AjzJiIerU=",
flake.lock: Update Flake lock file updates: • Added input 'conduit': 'gitlab:famedly/conduit/84cfed52317a64627b33d759479a7ace7d58c337' (2023-02-18) • Added input 'conduit/d2n': 'github:nix-community/dream2nix/d91e7381fa303be02f70e472207e05b26ce35b41' (2023-01-27) • Added input 'conduit/d2n/alejandra': 'github:kamadorueda/alejandra/f5a22afd2adfb249b4e68e0b33aa1f0fb73fb1be' (2022-07-21) • Added input 'conduit/d2n/alejandra/fenix': 'github:nix-community/fenix/b814c83d9e6aa5a28d0cf356ecfdafb2505ad37d' (2022-07-12) • Added input 'conduit/d2n/alejandra/fenix/nixpkgs': follows 'conduit/d2n/alejandra/nixpkgs' • Added input 'conduit/d2n/alejandra/fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/caf23f29144b371035b864a1017dbc32573ad56d' (2022-07-11) • Added input 'conduit/d2n/alejandra/flakeCompat': 'github:edolstra/flake-compat/b4a34015c698c7793d592d66adbab377907a2be8' (2022-04-19) • Added input 'conduit/d2n/alejandra/nixpkgs': follows 'conduit/d2n/nixpkgs' • Added input 'conduit/d2n/all-cabal-json': 'github:nix-community/all-cabal-json/d7c0434eebffb305071404edcf9d5cd99703878e' (2022-10-12) • Added input 'conduit/d2n/crane': 'github:ipetkov/crane/59b31b41a589c0a65e4a1f86b0e5eac68081468b' (2022-12-13) • Added input 'conduit/d2n/devshell': 'github:numtide/devshell/e3dc3e21594fe07bdb24bdf1c8657acaa4cb8f66' (2022-09-17) • Added input 'conduit/d2n/flake-parts': 'github:hercules-ci/flake-parts/d591857e9d7dd9ddbfba0ea02b43b927c3c0f1fa' (2022-11-14) • Added input 'conduit/d2n/flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/34c5293a71ffdb2fe054eb5288adc1882c1eb0b1?dir=lib' (2022-10-09) • Added input 'conduit/d2n/flake-utils-pre-commit': 'github:numtide/flake-utils/3cecb5b042f7f209c56ffd8371b2711a290ec797' (2022-02-07) • Added input 'conduit/d2n/ghc-utils': 'git+https://gitlab.haskell.org/bgamari/ghc-utils?ref=refs%2fheads%2fmaster&rev=bb3a2d3dc52ff0253fb9c2812bd7aa2da03e0fea' (2022-09-10) • Added input 'conduit/d2n/gomod2nix': 'github:tweag/gomod2nix/67f22dd738d092c6ba88e420350ada0ed4992ae8' (2021-07-29) • Added input 'conduit/d2n/mach-nix': 'github:DavHau/mach-nix/4433f74a97b94b596fa6cd9b9c0402104aceef5d' (2021-10-20) • Added input 'conduit/d2n/nix-pypi-fetcher': 'github:DavHau/nix-pypi-fetcher/a9885ac6a091576b5195d547ac743d45a2a615ac' (2022-11-21) • Added input 'conduit/d2n/nixpkgs': follows 'conduit/nixpkgs' • Added input 'conduit/d2n/poetry2nix': 'github:nix-community/poetry2nix/289efb187123656a116b915206e66852f038720e' (2022-10-28) • Added input 'conduit/d2n/pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/b6bc0b21e1617e2b07d8205e7fae7224036dfa4b' (2022-03-01) • Added input 'conduit/d2n/pre-commit-hooks/flake-utils': follows 'conduit/d2n/flake-utils-pre-commit' • Added input 'conduit/d2n/pre-commit-hooks/nixpkgs': follows 'conduit/d2n/nixpkgs' • Added input 'conduit/nixpkgs': follows 'nixpkgs-stable' • Added input 'conduit/parts': 'github:hercules-ci/flake-parts/7c7a8bce3dffe71203dcd4276504d1cb49dfe05f' (2023-01-26) • Added input 'conduit/parts/nixpkgs-lib': 'github:NixOS/nixpkgs/677ed08a50931e38382dbef01cba08a8f7eac8f6?dir=lib' (2022-12-29) • Added input 'conduit/rust-overlay': 'github:oxalica/rust-overlay/296dd673b46aaebe1c8355f1848ceb7c905dda35' (2023-01-27) • Added input 'conduit/rust-overlay/flake-utils': 'github:numtide/flake-utils/c0e246b9b83f637f4681389ecabcb2681b4f3af0' (2022-08-07) • Added input 'conduit/rust-overlay/nixpkgs': follows 'conduit/nixpkgs' • Updated input 'microbin-fork': 'git+https://gitlab.com/obsidianical/microbin.git?ref=refs%2fheads%2fmaster&rev=7bfebb27d9b61d5f1449a42bf1951fa48266e8ad' (2023-02-17) → 'git+https://gitlab.com/obsidianical/microbin.git?ref=refs%2fheads%2fmaster&rev=8db35b80d9ce2c3fd7f916b915ce95507baedf41' (2023-02-19) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/ac1f5b72a9e95873d1de0233fddcb56f99884b37' (2023-02-16) → 'github:NixOS/nixpkgs/958dbd6c08c7e276451704409ebc7cb0d8bc94c7' (2023-02-17) • Updated input 'nixpkgs-stable': 'github:NixOS/nixpkgs/2fb7d749c084890192b2cd08ba264e5e4a14df1b' (2023-02-16) → 'github:NixOS/nixpkgs/de5448dab588ad41aef40f8c7c0c230981656698' (2023-02-17)
2023-02-19 00:26:39 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-03-05 09:56:03 +00:00
"rev": "545c7a31e5dedea4a6d372712a18e00ce097d462",
flake.lock: Update Flake lock file updates: • Added input 'conduit': 'gitlab:famedly/conduit/84cfed52317a64627b33d759479a7ace7d58c337' (2023-02-18) • Added input 'conduit/d2n': 'github:nix-community/dream2nix/d91e7381fa303be02f70e472207e05b26ce35b41' (2023-01-27) • Added input 'conduit/d2n/alejandra': 'github:kamadorueda/alejandra/f5a22afd2adfb249b4e68e0b33aa1f0fb73fb1be' (2022-07-21) • Added input 'conduit/d2n/alejandra/fenix': 'github:nix-community/fenix/b814c83d9e6aa5a28d0cf356ecfdafb2505ad37d' (2022-07-12) • Added input 'conduit/d2n/alejandra/fenix/nixpkgs': follows 'conduit/d2n/alejandra/nixpkgs' • Added input 'conduit/d2n/alejandra/fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/caf23f29144b371035b864a1017dbc32573ad56d' (2022-07-11) • Added input 'conduit/d2n/alejandra/flakeCompat': 'github:edolstra/flake-compat/b4a34015c698c7793d592d66adbab377907a2be8' (2022-04-19) • Added input 'conduit/d2n/alejandra/nixpkgs': follows 'conduit/d2n/nixpkgs' • Added input 'conduit/d2n/all-cabal-json': 'github:nix-community/all-cabal-json/d7c0434eebffb305071404edcf9d5cd99703878e' (2022-10-12) • Added input 'conduit/d2n/crane': 'github:ipetkov/crane/59b31b41a589c0a65e4a1f86b0e5eac68081468b' (2022-12-13) • Added input 'conduit/d2n/devshell': 'github:numtide/devshell/e3dc3e21594fe07bdb24bdf1c8657acaa4cb8f66' (2022-09-17) • Added input 'conduit/d2n/flake-parts': 'github:hercules-ci/flake-parts/d591857e9d7dd9ddbfba0ea02b43b927c3c0f1fa' (2022-11-14) • Added input 'conduit/d2n/flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/34c5293a71ffdb2fe054eb5288adc1882c1eb0b1?dir=lib' (2022-10-09) • Added input 'conduit/d2n/flake-utils-pre-commit': 'github:numtide/flake-utils/3cecb5b042f7f209c56ffd8371b2711a290ec797' (2022-02-07) • Added input 'conduit/d2n/ghc-utils': 'git+https://gitlab.haskell.org/bgamari/ghc-utils?ref=refs%2fheads%2fmaster&rev=bb3a2d3dc52ff0253fb9c2812bd7aa2da03e0fea' (2022-09-10) • Added input 'conduit/d2n/gomod2nix': 'github:tweag/gomod2nix/67f22dd738d092c6ba88e420350ada0ed4992ae8' (2021-07-29) • Added input 'conduit/d2n/mach-nix': 'github:DavHau/mach-nix/4433f74a97b94b596fa6cd9b9c0402104aceef5d' (2021-10-20) • Added input 'conduit/d2n/nix-pypi-fetcher': 'github:DavHau/nix-pypi-fetcher/a9885ac6a091576b5195d547ac743d45a2a615ac' (2022-11-21) • Added input 'conduit/d2n/nixpkgs': follows 'conduit/nixpkgs' • Added input 'conduit/d2n/poetry2nix': 'github:nix-community/poetry2nix/289efb187123656a116b915206e66852f038720e' (2022-10-28) • Added input 'conduit/d2n/pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/b6bc0b21e1617e2b07d8205e7fae7224036dfa4b' (2022-03-01) • Added input 'conduit/d2n/pre-commit-hooks/flake-utils': follows 'conduit/d2n/flake-utils-pre-commit' • Added input 'conduit/d2n/pre-commit-hooks/nixpkgs': follows 'conduit/d2n/nixpkgs' • Added input 'conduit/nixpkgs': follows 'nixpkgs-stable' • Added input 'conduit/parts': 'github:hercules-ci/flake-parts/7c7a8bce3dffe71203dcd4276504d1cb49dfe05f' (2023-01-26) • Added input 'conduit/parts/nixpkgs-lib': 'github:NixOS/nixpkgs/677ed08a50931e38382dbef01cba08a8f7eac8f6?dir=lib' (2022-12-29) • Added input 'conduit/rust-overlay': 'github:oxalica/rust-overlay/296dd673b46aaebe1c8355f1848ceb7c905dda35' (2023-01-27) • Added input 'conduit/rust-overlay/flake-utils': 'github:numtide/flake-utils/c0e246b9b83f637f4681389ecabcb2681b4f3af0' (2022-08-07) • Added input 'conduit/rust-overlay/nixpkgs': follows 'conduit/nixpkgs' • Updated input 'microbin-fork': 'git+https://gitlab.com/obsidianical/microbin.git?ref=refs%2fheads%2fmaster&rev=7bfebb27d9b61d5f1449a42bf1951fa48266e8ad' (2023-02-17) → 'git+https://gitlab.com/obsidianical/microbin.git?ref=refs%2fheads%2fmaster&rev=8db35b80d9ce2c3fd7f916b915ce95507baedf41' (2023-02-19) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/ac1f5b72a9e95873d1de0233fddcb56f99884b37' (2023-02-16) → 'github:NixOS/nixpkgs/958dbd6c08c7e276451704409ebc7cb0d8bc94c7' (2023-02-17) • Updated input 'nixpkgs-stable': 'github:NixOS/nixpkgs/2fb7d749c084890192b2cd08ba264e5e4a14df1b' (2023-02-16) → 'github:NixOS/nixpkgs/de5448dab588ad41aef40f8c7c0c230981656698' (2023-02-17)
2023-02-19 00:26:39 +00:00
"type": "github"
},
"original": {
2023-03-05 09:56:03 +00:00
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
flake.lock: Update Flake lock file updates: • Added input 'conduit': 'gitlab:famedly/conduit/84cfed52317a64627b33d759479a7ace7d58c337' (2023-02-18) • Added input 'conduit/d2n': 'github:nix-community/dream2nix/d91e7381fa303be02f70e472207e05b26ce35b41' (2023-01-27) • Added input 'conduit/d2n/alejandra': 'github:kamadorueda/alejandra/f5a22afd2adfb249b4e68e0b33aa1f0fb73fb1be' (2022-07-21) • Added input 'conduit/d2n/alejandra/fenix': 'github:nix-community/fenix/b814c83d9e6aa5a28d0cf356ecfdafb2505ad37d' (2022-07-12) • Added input 'conduit/d2n/alejandra/fenix/nixpkgs': follows 'conduit/d2n/alejandra/nixpkgs' • Added input 'conduit/d2n/alejandra/fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/caf23f29144b371035b864a1017dbc32573ad56d' (2022-07-11) • Added input 'conduit/d2n/alejandra/flakeCompat': 'github:edolstra/flake-compat/b4a34015c698c7793d592d66adbab377907a2be8' (2022-04-19) • Added input 'conduit/d2n/alejandra/nixpkgs': follows 'conduit/d2n/nixpkgs' • Added input 'conduit/d2n/all-cabal-json': 'github:nix-community/all-cabal-json/d7c0434eebffb305071404edcf9d5cd99703878e' (2022-10-12) • Added input 'conduit/d2n/crane': 'github:ipetkov/crane/59b31b41a589c0a65e4a1f86b0e5eac68081468b' (2022-12-13) • Added input 'conduit/d2n/devshell': 'github:numtide/devshell/e3dc3e21594fe07bdb24bdf1c8657acaa4cb8f66' (2022-09-17) • Added input 'conduit/d2n/flake-parts': 'github:hercules-ci/flake-parts/d591857e9d7dd9ddbfba0ea02b43b927c3c0f1fa' (2022-11-14) • Added input 'conduit/d2n/flake-parts/nixpkgs-lib': 'github:NixOS/nixpkgs/34c5293a71ffdb2fe054eb5288adc1882c1eb0b1?dir=lib' (2022-10-09) • Added input 'conduit/d2n/flake-utils-pre-commit': 'github:numtide/flake-utils/3cecb5b042f7f209c56ffd8371b2711a290ec797' (2022-02-07) • Added input 'conduit/d2n/ghc-utils': 'git+https://gitlab.haskell.org/bgamari/ghc-utils?ref=refs%2fheads%2fmaster&rev=bb3a2d3dc52ff0253fb9c2812bd7aa2da03e0fea' (2022-09-10) • Added input 'conduit/d2n/gomod2nix': 'github:tweag/gomod2nix/67f22dd738d092c6ba88e420350ada0ed4992ae8' (2021-07-29) • Added input 'conduit/d2n/mach-nix': 'github:DavHau/mach-nix/4433f74a97b94b596fa6cd9b9c0402104aceef5d' (2021-10-20) • Added input 'conduit/d2n/nix-pypi-fetcher': 'github:DavHau/nix-pypi-fetcher/a9885ac6a091576b5195d547ac743d45a2a615ac' (2022-11-21) • Added input 'conduit/d2n/nixpkgs': follows 'conduit/nixpkgs' • Added input 'conduit/d2n/poetry2nix': 'github:nix-community/poetry2nix/289efb187123656a116b915206e66852f038720e' (2022-10-28) • Added input 'conduit/d2n/pre-commit-hooks': 'github:cachix/pre-commit-hooks.nix/b6bc0b21e1617e2b07d8205e7fae7224036dfa4b' (2022-03-01) • Added input 'conduit/d2n/pre-commit-hooks/flake-utils': follows 'conduit/d2n/flake-utils-pre-commit' • Added input 'conduit/d2n/pre-commit-hooks/nixpkgs': follows 'conduit/d2n/nixpkgs' • Added input 'conduit/nixpkgs': follows 'nixpkgs-stable' • Added input 'conduit/parts': 'github:hercules-ci/flake-parts/7c7a8bce3dffe71203dcd4276504d1cb49dfe05f' (2023-01-26) • Added input 'conduit/parts/nixpkgs-lib': 'github:NixOS/nixpkgs/677ed08a50931e38382dbef01cba08a8f7eac8f6?dir=lib' (2022-12-29) • Added input 'conduit/rust-overlay': 'github:oxalica/rust-overlay/296dd673b46aaebe1c8355f1848ceb7c905dda35' (2023-01-27) • Added input 'conduit/rust-overlay/flake-utils': 'github:numtide/flake-utils/c0e246b9b83f637f4681389ecabcb2681b4f3af0' (2022-08-07) • Added input 'conduit/rust-overlay/nixpkgs': follows 'conduit/nixpkgs' • Updated input 'microbin-fork': 'git+https://gitlab.com/obsidianical/microbin.git?ref=refs%2fheads%2fmaster&rev=7bfebb27d9b61d5f1449a42bf1951fa48266e8ad' (2023-02-17) → 'git+https://gitlab.com/obsidianical/microbin.git?ref=refs%2fheads%2fmaster&rev=8db35b80d9ce2c3fd7f916b915ce95507baedf41' (2023-02-19) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/ac1f5b72a9e95873d1de0233fddcb56f99884b37' (2023-02-16) → 'github:NixOS/nixpkgs/958dbd6c08c7e276451704409ebc7cb0d8bc94c7' (2023-02-17) • Updated input 'nixpkgs-stable': 'github:NixOS/nixpkgs/2fb7d749c084890192b2cd08ba264e5e4a14df1b' (2023-02-16) → 'github:NixOS/nixpkgs/de5448dab588ad41aef40f8c7c0c230981656698' (2023-02-17)
2023-02-19 00:26:39 +00:00
}
},
2023-02-08 10:26:03 +00:00
"nixpkgs-stable": {
"locked": {
"lastModified": 1681091990,
"narHash": "sha256-ifIzhksUBZKp5WgCuoVhDY32qaEplXp7khzrB6zkaFc=",
2023-02-08 10:26:03 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ea96b4af6148114421fda90df33cf236ff5ecf1d",
2023-02-08 10:26:03 +00:00
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-22.11",
"type": "indirect"
}
},
2022-12-01 17:26:43 +00:00
"nixpkgs_2": {
flake.lock: Update Flake lock file updates: • Added input 'easymacros': 'git+https://gitlab.com/obsidianical/easymacros.git?ref=refs%2fheads%2fmain&rev=43405b3bcf786513adc6534ed0e6618c458ba2cb' (2022-09-07) • Added input 'easymacros/flake-utils': 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) • Added input 'easymacros/naersk': 'github:nix-community/naersk/cddffb5aa211f50c4b8750adbec0bbbdfb26bb9f' (2022-06-12) • Added input 'easymacros/naersk/nixpkgs': 'github:NixOS/nixpkgs/660ac43ff9ab1f12e28bfb31d4719795777fe152' (2022-07-02) • Added input 'easymacros/nixpkgs': 'github:NixOS/nixpkgs/660ac43ff9ab1f12e28bfb31d4719795777fe152' (2022-07-02) • Updated input 'home-manager': 'github:nix-community/home-manager/50c9bccb6abc52811a59db620606e016fcde32bd' (2022-11-27) → 'github:nix-community/home-manager/054d9e3187ca00479e8036dc0e92900a384f30fd' (2022-12-08) • Updated input 'mac-brcm-fw': 'path:/home/jade/mac-brcm-fw?lastModified=1668279146&narHash=sha256-KP2cgNVty0t+8laUc8nxefOk8O60fw%2fmBt7qStSyPNA=' (2022-11-12) → 'path:./mac-brcm-fw?lastModified=1&narHash=sha256-ewzM8IBKNFCx73ah5rflcdx605ukRF3oTWwih2CTsvs=' (1970-01-01) • Updated input 'nixos-hardware': 'github:kekrby/nixos-hardware/1e2e5a5749a1a6709f5858f208f23ce43ce7064e' (2022-11-26) → 'github:kekrby/nixos-hardware/00a8e6608e4f3c4cc7f73f70f41458db3ba09855' (2022-12-08) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/b45ec953794bb07922f0468152ad1ebaf8a084b3' (2022-11-27) → 'github:NixOS/nixpkgs/c91e8857f5f036aa220c7e749255ac112665e985' (2022-12-09)
2022-12-10 12:25:18 +00:00
"locked": {
"lastModified": 1656755932,
"narHash": "sha256-TGThfOxr+HjFK464+UoUE6rClp2cwxjiKvHcBVdIGSQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "660ac43ff9ab1f12e28bfb31d4719795777fe152",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"nixpkgs_3": {
2023-03-05 09:56:03 +00:00
"locked": {
"lastModified": 1656755932,
"narHash": "sha256-TGThfOxr+HjFK464+UoUE6rClp2cwxjiKvHcBVdIGSQ=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "660ac43ff9ab1f12e28bfb31d4719795777fe152",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"nixpkgs_4": {
2022-12-01 17:26:43 +00:00
"locked": {
"lastModified": 1677852945,
"narHash": "sha256-liiVJjkBTuBTAkRW3hrI8MbPD2ImYzwUpa7kvteiKhM=",
2022-12-01 17:26:43 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f5ffd5787786dde3a8bf648c7a1b5f78c4e01abb",
2023-02-06 09:51:15 +00:00
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
2023-02-06 09:51:15 +00:00
}
},
2023-03-05 09:56:03 +00:00
"nixpkgs_5": {
2023-02-06 09:51:15 +00:00
"locked": {
"lastModified": 1677852945,
"narHash": "sha256-liiVJjkBTuBTAkRW3hrI8MbPD2ImYzwUpa7kvteiKhM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f5ffd5787786dde3a8bf648c7a1b5f78c4e01abb",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2023-03-05 09:56:03 +00:00
"nixpkgs_6": {
"locked": {
"lastModified": 1674407282,
"narHash": "sha256-2qwc8mrPINSFdWffPK+ji6nQ9aGnnZyHSItVcYDZDlk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ab1254087f4cdf4af74b552d7fc95175d9bdbb49",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-22.11",
"repo": "nixpkgs",
"type": "github"
}
},
2023-03-05 09:56:03 +00:00
"nixpkgs_7": {
"locked": {
"lastModified": 1681126633,
"narHash": "sha256-evQ3Ct/yJDSHej16Hiq+JfxRjgm9FXu/2LBxsyorGdE=",
2023-02-06 09:51:15 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "db24d86dd8a4769c50d6b7295e81aa280cd93f35",
2022-12-01 17:26:43 +00:00
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-unstable",
"type": "indirect"
2022-12-01 17:26:43 +00:00
}
},
2023-03-05 09:56:03 +00:00
"nixpkgs_8": {
2023-02-08 07:13:28 +00:00
"locked": {
"lastModified": 1675614288,
"narHash": "sha256-i3Rc/ENnz62BcrSloeVmAyPicEh4WsrEEYR+INs9TYw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "d25de6654a34d99dceb02e71e6db516b3b545be6",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
2023-03-05 09:56:03 +00:00
"nixpkgs_9": {
2023-02-08 07:13:28 +00:00
"locked": {
"lastModified": 1675614288,
"narHash": "sha256-i3Rc/ENnz62BcrSloeVmAyPicEh4WsrEEYR+INs9TYw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "d25de6654a34d99dceb02e71e6db516b3b545be6",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2022-12-01 17:26:43 +00:00
"root": {
"inputs": {
2023-03-05 09:56:03 +00:00
"arion": "arion",
flake.lock: Update Flake lock file updates: • Added input 'easymacros': 'git+https://gitlab.com/obsidianical/easymacros.git?ref=refs%2fheads%2fmain&rev=43405b3bcf786513adc6534ed0e6618c458ba2cb' (2022-09-07) • Added input 'easymacros/flake-utils': 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) • Added input 'easymacros/naersk': 'github:nix-community/naersk/cddffb5aa211f50c4b8750adbec0bbbdfb26bb9f' (2022-06-12) • Added input 'easymacros/naersk/nixpkgs': 'github:NixOS/nixpkgs/660ac43ff9ab1f12e28bfb31d4719795777fe152' (2022-07-02) • Added input 'easymacros/nixpkgs': 'github:NixOS/nixpkgs/660ac43ff9ab1f12e28bfb31d4719795777fe152' (2022-07-02) • Updated input 'home-manager': 'github:nix-community/home-manager/50c9bccb6abc52811a59db620606e016fcde32bd' (2022-11-27) → 'github:nix-community/home-manager/054d9e3187ca00479e8036dc0e92900a384f30fd' (2022-12-08) • Updated input 'mac-brcm-fw': 'path:/home/jade/mac-brcm-fw?lastModified=1668279146&narHash=sha256-KP2cgNVty0t+8laUc8nxefOk8O60fw%2fmBt7qStSyPNA=' (2022-11-12) → 'path:./mac-brcm-fw?lastModified=1&narHash=sha256-ewzM8IBKNFCx73ah5rflcdx605ukRF3oTWwih2CTsvs=' (1970-01-01) • Updated input 'nixos-hardware': 'github:kekrby/nixos-hardware/1e2e5a5749a1a6709f5858f208f23ce43ce7064e' (2022-11-26) → 'github:kekrby/nixos-hardware/00a8e6608e4f3c4cc7f73f70f41458db3ba09855' (2022-12-08) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/b45ec953794bb07922f0468152ad1ebaf8a084b3' (2022-11-27) → 'github:NixOS/nixpkgs/c91e8857f5f036aa220c7e749255ac112665e985' (2022-12-09)
2022-12-10 12:25:18 +00:00
"easymacros": "easymacros",
2022-12-01 17:26:43 +00:00
"home-manager": "home-manager",
"karton": "karton",
2022-12-01 17:26:43 +00:00
"mac-brcm-fw": "mac-brcm-fw",
2023-02-06 09:51:15 +00:00
"meowsite": "meowsite",
2022-12-01 17:26:43 +00:00
"nixos-hardware": "nixos-hardware",
2023-03-05 09:56:03 +00:00
"nixpkgs": "nixpkgs_7",
2023-02-08 10:26:03 +00:00
"nixpkgs-stable": "nixpkgs-stable",
2023-02-08 07:13:28 +00:00
"wordsofgod": "wordsofgod"
2022-12-01 17:26:43 +00:00
}
},
"utils": {
"locked": {
"lastModified": 1678901627,
"narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=",
2022-12-01 17:26:43 +00:00
"owner": "numtide",
"repo": "flake-utils",
"rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6",
2022-12-01 17:26:43 +00:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
2023-02-08 07:13:28 +00:00
},
"utils_2": {
"locked": {
"lastModified": 1676283394,
"narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"utils_3": {
2023-02-08 07:13:28 +00:00
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"wordsofgod": {
"inputs": {
"naersk": "naersk_3",
2023-03-05 09:56:03 +00:00
"nixpkgs": "nixpkgs_9",
"utils": "utils_3"
2023-02-08 07:13:28 +00:00
},
"locked": {
2023-02-09 10:26:17 +00:00
"lastModified": 1675936524,
"narHash": "sha256-cr6lknWz+2N4mq6csfdYLUBNTxB2MbaEGH8yQyk3XbA=",
2023-02-08 07:13:28 +00:00
"ref": "refs/heads/master",
2023-02-09 10:26:17 +00:00
"rev": "93c03cbe6f7bac22c7c5023d4bcba3af837ce43b",
"revCount": 8,
2023-02-08 07:13:28 +00:00
"type": "git",
"url": "https://gitlab.com/obsidianical/wordsofgod.git"
},
"original": {
"type": "git",
"url": "https://gitlab.com/obsidianical/wordsofgod.git"
}
2022-12-01 17:26:43 +00:00
}
},
"root": "root",
"version": 7
}