nixos-config/flake.lock

469 lines
12 KiB
Plaintext
Raw Normal View History

{
"nodes": {
flake.lock: update inputs Flake lock file updates: • Updated input 'devshell': 'github:numtide/devshell/fc7a3e3adde9bbcab68af6d1e3c6eb738e296a92' (2022-05-30) → 'github:numtide/devshell/f55e05c6d3bbe9acc7363bc8fc739518b2f02976' (2022-06-10) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/cf5a17b22ffd987e24770d33b5b59ea496eeac49' (2022-06-09) → 'github:nix-community/emacs-overlay/270d5e914b4c0425a4982cf585c91d6760e78777' (2022-06-16) • Updated input 'emacs-overlay/nixpkgs': 'path:/nix/store/im6zyyscxwfdmks347djqly7aqnkk807-source?lastModified=0&narHash=sha256-Kw%2fKeoFXszNsF5mORP45mrxCP+k9Aq03hWcuWCL9sdI=' (1970-01-01) → 'path:/nix/store/brix2rfkgl7wwyhsw8zl8cbqsj4a3yw7-source?lastModified=0&narHash=sha256-nFAMETXEhIrqnBe28u6vqy4ixSRr0BRrlZLlS0e7eoM=' (1970-01-01) • Updated input 'home-manager': 'github:nix-community/home-manager/70824bb5c790b820b189f62f643f795b1d2ade2e' (2022-06-07) → 'github:nix-community/home-manager/1de492f6f8e9937c822333739c5d5b20d93bf49f' (2022-06-16) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/815b2ce4ab48124b5761f5583f8a0ef5da2714d7' (2022-06-09) → 'github:nix-community/neovim-nightly-overlay/244429ca2ba599a9466963081e6cfcca262315cd' (2022-06-16) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/c5720c72213810adb75d3277ac645eb6fc8dafa8?dir=contrib' (2022-06-09) → 'github:neovim/neovim/0e8186bdd8699fb20ad70e28813c3603f9ff0ece?dir=contrib' (2022-06-16) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/033bd4fa9a8fbe0c68a88e925d9a884161044b25' (2022-06-07) → 'github:nixos/nixpkgs/6616de389ed55fba6eeba60377fc04732d5a207c' (2022-06-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/faeda0a028eca556dec136631f2e905fd7a46bb7' (2022-05-17) → 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) • Updated input 'nix-alien/flake-utils': 'github:numtide/flake-utils/12806d31a381e7cd169a6bac35590e7b36dc5fe5' (2022-05-14) → 'github:numtide/flake-utils/1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1' (2022-05-30) • Updated input 'nix-alien/poetry2nix': 'github:nix-community/poetry2nix/88ffae91c605aaafc2797f4096ca9f065152796a' (2022-05-14) → 'github:nix-community/poetry2nix/347ccb4ce58e7af1ece3f9743019263c4aede7b8' (2022-06-13) • Updated input 'nix-colors': 'github:misterio77/nix-colors/fe9fd38b9ddc81afe5d45be6d286472de3f89f03' (2022-05-12) → 'github:misterio77/nix-colors/2c2e107765b7b2e54b10d3fc2ffe5ed2ca2c7731' (2022-06-12) • Added input 'nix-colors/base16-schemes': 'github:base16-project/base16-schemes/7c247f734eac7f04518c6e28d098635ee8dcabf5' (2022-06-10) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/18de53ca965bd0678aaf09e5ce0daae05c58355a' (2022-06-08) → 'github:NixOS/nixpkgs/29769d2a1390d294469bcc6518f17931953545e1' (2022-06-16) • Updated input 'nur': 'github:nix-community/NUR/d52f3d30fa7d0672844941450ba07159f4b30f8b' (2022-06-09) → 'github:nix-community/NUR/264f740c36c3f092ed2ff2689021533bbf8b2e23' (2022-06-17) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b37b28553b1009f34fc6ca06ba87329e2a584a98' (2022-06-09) → 'github:oxalica/rust-overlay/9eea93067eff400846c36f57b7499df9ef428ba0' (2022-06-17)
2022-06-17 04:06:10 +00:00
"base16-schemes": {
"flake": false,
"locked": {
"lastModified": 1654895891,
"narHash": "sha256-xYYmZkHnyLCUBAkqkZ7v1Lc5m39857MukQLMRtGuvdk=",
"owner": "base16-project",
"repo": "base16-schemes",
"rev": "7c247f734eac7f04518c6e28d098635ee8dcabf5",
"type": "github"
},
"original": {
"owner": "base16-project",
"repo": "base16-schemes",
"type": "github"
}
},
2021-12-18 08:20:58 +00:00
"devshell": {
2022-02-04 15:59:01 +00:00
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
2022-02-04 15:59:01 +00:00
},
2021-12-18 08:20:58 +00:00
"locked": {
flake.lock: update inputs Flake lock file updates: • Updated input 'devshell': 'github:numtide/devshell/f55e05c6d3bbe9acc7363bc8fc739518b2f02976' (2022-06-10) → 'github:numtide/devshell/899ca4629020592a13a46783587f6e674179d1db' (2022-06-23) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/270d5e914b4c0425a4982cf585c91d6760e78777' (2022-06-16) → 'github:nix-community/emacs-overlay/3f21945eac3ef08d7f3fd329dbe3954fe52f3d10' (2022-06-30) • Updated input 'emacs-overlay/flake-utils': 'github:numtide/flake-utils/1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1' (2022-05-30) → 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) • Updated input 'emacs-overlay/nixpkgs': 'path:/nix/store/brix2rfkgl7wwyhsw8zl8cbqsj4a3yw7-source?lastModified=0&narHash=sha256-nFAMETXEhIrqnBe28u6vqy4ixSRr0BRrlZLlS0e7eoM=' (1970-01-01) → 'path:/nix/store/hcsl8zxvg8jnncid40xnm3drlvdcqd4c-source?lastModified=0&narHash=sha256-Cc5hQSMsTzOHmZnYm8OSJ5RNUp22bd5NADWLHorULWQ=' (1970-01-01) • Updated input 'flake-utils': 'github:numtide/flake-utils/1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1' (2022-05-30) → 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) • Updated input 'home-manager': 'github:nix-community/home-manager/1de492f6f8e9937c822333739c5d5b20d93bf49f' (2022-06-16) → 'github:nix-community/home-manager/3bf16c0fd141c28312be52945d1543f9ce557bb1' (2022-06-27) • Removed input 'home-manager/flake-compat' • Removed input 'home-manager/nmd' • Removed input 'home-manager/nmt' • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/244429ca2ba599a9466963081e6cfcca262315cd' (2022-06-16) → 'github:nix-community/neovim-nightly-overlay/07ffc512ce0c8581da47dc4a35057ecbdaef6216' (2022-06-30) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/0e8186bdd8699fb20ad70e28813c3603f9ff0ece?dir=contrib' (2022-06-16) → 'github:neovim/neovim/6f6286e4f90da25a7d1b6bcc96b79b0ccbaf5c26?dir=contrib' (2022-06-29) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/6616de389ed55fba6eeba60377fc04732d5a207c' (2022-06-14) → 'github:nixos/nixpkgs/cf3ab54b4afe2b7477faa1dd0b65bf74c055d70c' (2022-06-29) • Updated input 'nix-colors': 'github:misterio77/nix-colors/2c2e107765b7b2e54b10d3fc2ffe5ed2ca2c7731' (2022-06-12) → 'github:misterio77/nix-colors/308fe8855ee4c35347baeaf182453396abdbe8df' (2022-06-22) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/fb3ee0f618b8c80dea1239691b15dfeb4bb46331' (2022-05-23) → 'github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa' (2022-06-22) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/29769d2a1390d294469bcc6518f17931953545e1' (2022-06-16) → 'github:NixOS/nixpkgs/16de63fcc54e88b9a106a603038dd5dd2feb21eb' (2022-06-28) • Updated input 'nur': 'github:nix-community/NUR/264f740c36c3f092ed2ff2689021533bbf8b2e23' (2022-06-17) → 'github:nix-community/NUR/b58e819d423cc525475b43bd06cf5f999feb5325' (2022-06-30) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/9eea93067eff400846c36f57b7499df9ef428ba0' (2022-06-17) → 'github:oxalica/rust-overlay/3e95d6696b51f88b3ebfc7a21aefaeeb70a245bd' (2022-06-30) • Updated input 'rust-overlay/flake-utils': 'github:numtide/flake-utils/bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4' (2021-11-15) → 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24)
2022-07-01 02:08:31 +00:00
"lastModified": 1655976588,
"narHash": "sha256-VreHyH6ITkf/1EX/8h15UqhddJnUleb0HgbC3gMkAEQ=",
2021-12-18 08:20:58 +00:00
"owner": "numtide",
"repo": "devshell",
flake.lock: update inputs Flake lock file updates: • Updated input 'devshell': 'github:numtide/devshell/f55e05c6d3bbe9acc7363bc8fc739518b2f02976' (2022-06-10) → 'github:numtide/devshell/899ca4629020592a13a46783587f6e674179d1db' (2022-06-23) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/270d5e914b4c0425a4982cf585c91d6760e78777' (2022-06-16) → 'github:nix-community/emacs-overlay/3f21945eac3ef08d7f3fd329dbe3954fe52f3d10' (2022-06-30) • Updated input 'emacs-overlay/flake-utils': 'github:numtide/flake-utils/1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1' (2022-05-30) → 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) • Updated input 'emacs-overlay/nixpkgs': 'path:/nix/store/brix2rfkgl7wwyhsw8zl8cbqsj4a3yw7-source?lastModified=0&narHash=sha256-nFAMETXEhIrqnBe28u6vqy4ixSRr0BRrlZLlS0e7eoM=' (1970-01-01) → 'path:/nix/store/hcsl8zxvg8jnncid40xnm3drlvdcqd4c-source?lastModified=0&narHash=sha256-Cc5hQSMsTzOHmZnYm8OSJ5RNUp22bd5NADWLHorULWQ=' (1970-01-01) • Updated input 'flake-utils': 'github:numtide/flake-utils/1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1' (2022-05-30) → 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) • Updated input 'home-manager': 'github:nix-community/home-manager/1de492f6f8e9937c822333739c5d5b20d93bf49f' (2022-06-16) → 'github:nix-community/home-manager/3bf16c0fd141c28312be52945d1543f9ce557bb1' (2022-06-27) • Removed input 'home-manager/flake-compat' • Removed input 'home-manager/nmd' • Removed input 'home-manager/nmt' • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/244429ca2ba599a9466963081e6cfcca262315cd' (2022-06-16) → 'github:nix-community/neovim-nightly-overlay/07ffc512ce0c8581da47dc4a35057ecbdaef6216' (2022-06-30) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/0e8186bdd8699fb20ad70e28813c3603f9ff0ece?dir=contrib' (2022-06-16) → 'github:neovim/neovim/6f6286e4f90da25a7d1b6bcc96b79b0ccbaf5c26?dir=contrib' (2022-06-29) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/6616de389ed55fba6eeba60377fc04732d5a207c' (2022-06-14) → 'github:nixos/nixpkgs/cf3ab54b4afe2b7477faa1dd0b65bf74c055d70c' (2022-06-29) • Updated input 'nix-colors': 'github:misterio77/nix-colors/2c2e107765b7b2e54b10d3fc2ffe5ed2ca2c7731' (2022-06-12) → 'github:misterio77/nix-colors/308fe8855ee4c35347baeaf182453396abdbe8df' (2022-06-22) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/fb3ee0f618b8c80dea1239691b15dfeb4bb46331' (2022-05-23) → 'github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa' (2022-06-22) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/29769d2a1390d294469bcc6518f17931953545e1' (2022-06-16) → 'github:NixOS/nixpkgs/16de63fcc54e88b9a106a603038dd5dd2feb21eb' (2022-06-28) • Updated input 'nur': 'github:nix-community/NUR/264f740c36c3f092ed2ff2689021533bbf8b2e23' (2022-06-17) → 'github:nix-community/NUR/b58e819d423cc525475b43bd06cf5f999feb5325' (2022-06-30) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/9eea93067eff400846c36f57b7499df9ef428ba0' (2022-06-17) → 'github:oxalica/rust-overlay/3e95d6696b51f88b3ebfc7a21aefaeeb70a245bd' (2022-06-30) • Updated input 'rust-overlay/flake-utils': 'github:numtide/flake-utils/bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4' (2021-11-15) → 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24)
2022-07-01 02:08:31 +00:00
"rev": "899ca4629020592a13a46783587f6e674179d1db",
2021-12-18 08:20:58 +00:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "devshell",
"type": "github"
}
},
"dotfiles": {
"flake": false,
"locked": {
flake.lock: update inputs Flake lock file updates: • Updated input 'dotfiles': 'github:foo-dogsquared/dotfiles/2312e925f2ee558658fd888332245e8b8e79c8b4' (2022-07-05) → 'github:foo-dogsquared/dotfiles/beb55f46f2707ab5a42f9f96f31e2c8b7d97ee29' (2022-07-07) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/3f21945eac3ef08d7f3fd329dbe3954fe52f3d10' (2022-06-30) → 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) • Updated input 'emacs-overlay/flake-utils': 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) → 'github:numtide/flake-utils/7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249' (2022-07-04) • Updated input 'emacs-overlay/nixpkgs': 'path:/nix/store/hcsl8zxvg8jnncid40xnm3drlvdcqd4c-source?lastModified=0&narHash=sha256-Cc5hQSMsTzOHmZnYm8OSJ5RNUp22bd5NADWLHorULWQ=' (1970-01-01) → 'path:/nix/store/ab40lgr2lfs53qf2k64xqwhmjbfj41wf-source?lastModified=0&narHash=sha256-bUS2nfQsvTQW2z8SK7oEFSElbmoBahOPtbXPm0AL3I4=' (1970-01-01) • Updated input 'flake-utils': 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) → 'github:numtide/flake-utils/7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249' (2022-07-04) • Updated input 'home-manager': 'github:nix-community/home-manager/3bf16c0fd141c28312be52945d1543f9ce557bb1' (2022-06-27) → 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/07ffc512ce0c8581da47dc4a35057ecbdaef6216' (2022-06-30) → 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/6f6286e4f90da25a7d1b6bcc96b79b0ccbaf5c26?dir=contrib' (2022-06-29) → 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/cf3ab54b4afe2b7477faa1dd0b65bf74c055d70c' (2022-06-29) → 'github:nixos/nixpkgs/71a4f0dc3d80ba76f437c888c1c3d59f1df98163' (2022-07-05) • Updated input 'nix-colors': 'github:misterio77/nix-colors/308fe8855ee4c35347baeaf182453396abdbe8df' (2022-06-22) → 'github:misterio77/nix-colors/d97b39696794be1ece13fd58996c9a102bc9a971' (2022-07-06) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/16de63fcc54e88b9a106a603038dd5dd2feb21eb' (2022-06-28) → 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) • Updated input 'nur': 'github:nix-community/NUR/b58e819d423cc525475b43bd06cf5f999feb5325' (2022-06-30) → 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/3e95d6696b51f88b3ebfc7a21aefaeeb70a245bd' (2022-06-30) → 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07)
2022-07-07 16:28:28 +00:00
"lastModified": 1657165072,
"narHash": "sha256-IvojDS1+g7sOcyMbZTtNhPPyh4ESh/SosAa5GDPbp84=",
"owner": "foo-dogsquared",
"repo": "dotfiles",
flake.lock: update inputs Flake lock file updates: • Updated input 'dotfiles': 'github:foo-dogsquared/dotfiles/2312e925f2ee558658fd888332245e8b8e79c8b4' (2022-07-05) → 'github:foo-dogsquared/dotfiles/beb55f46f2707ab5a42f9f96f31e2c8b7d97ee29' (2022-07-07) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/3f21945eac3ef08d7f3fd329dbe3954fe52f3d10' (2022-06-30) → 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) • Updated input 'emacs-overlay/flake-utils': 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) → 'github:numtide/flake-utils/7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249' (2022-07-04) • Updated input 'emacs-overlay/nixpkgs': 'path:/nix/store/hcsl8zxvg8jnncid40xnm3drlvdcqd4c-source?lastModified=0&narHash=sha256-Cc5hQSMsTzOHmZnYm8OSJ5RNUp22bd5NADWLHorULWQ=' (1970-01-01) → 'path:/nix/store/ab40lgr2lfs53qf2k64xqwhmjbfj41wf-source?lastModified=0&narHash=sha256-bUS2nfQsvTQW2z8SK7oEFSElbmoBahOPtbXPm0AL3I4=' (1970-01-01) • Updated input 'flake-utils': 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) → 'github:numtide/flake-utils/7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249' (2022-07-04) • Updated input 'home-manager': 'github:nix-community/home-manager/3bf16c0fd141c28312be52945d1543f9ce557bb1' (2022-06-27) → 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/07ffc512ce0c8581da47dc4a35057ecbdaef6216' (2022-06-30) → 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/6f6286e4f90da25a7d1b6bcc96b79b0ccbaf5c26?dir=contrib' (2022-06-29) → 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/cf3ab54b4afe2b7477faa1dd0b65bf74c055d70c' (2022-06-29) → 'github:nixos/nixpkgs/71a4f0dc3d80ba76f437c888c1c3d59f1df98163' (2022-07-05) • Updated input 'nix-colors': 'github:misterio77/nix-colors/308fe8855ee4c35347baeaf182453396abdbe8df' (2022-06-22) → 'github:misterio77/nix-colors/d97b39696794be1ece13fd58996c9a102bc9a971' (2022-07-06) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/16de63fcc54e88b9a106a603038dd5dd2feb21eb' (2022-06-28) → 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) • Updated input 'nur': 'github:nix-community/NUR/b58e819d423cc525475b43bd06cf5f999feb5325' (2022-06-30) → 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/3e95d6696b51f88b3ebfc7a21aefaeeb70a245bd' (2022-06-30) → 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07)
2022-07-07 16:28:28 +00:00
"rev": "beb55f46f2707ab5a42f9f96f31e2c8b7d97ee29",
"type": "github"
},
"original": {
"owner": "foo-dogsquared",
"repo": "dotfiles",
"type": "github"
}
},
2022-01-02 00:40:01 +00:00
"emacs-overlay": {
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/8ac1c89acb7fd39c8094d0cb81cb3323bc3eb3dc' (2022-04-30) → 'github:nix-community/emacs-overlay/ef3088863916b0604dbd5c3ba402b7f52c89c53d' (2022-05-09) • Added input 'emacs-overlay/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) • Added input 'emacs-overlay/nixpkgs': 'path:/nix/store/lw6gp8rrhd7lpi81dk9wr1l09a7za523-source?lastModified=0&narHash=sha256-%2flLC0wkMZkAdA5e1W76SnJzbhfOGDvync3VRHJMtAKk=' (1970-01-01) • Updated input 'home-manager': 'github:nix-community/home-manager/f8b51be7149a0735e87b232d21ae4f852619eac7' (2022-04-29) → 'github:nix-community/home-manager/882bd8118bdbff3a6e53e5ced393932b351ce2f6' (2022-05-07) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/3edbbcf631a94557c3bc599ec270c1cfe01a27d2' (2022-04-30) → 'github:nix-community/neovim-nightly-overlay/6ad5194b7229f5d3b6db529844fa194e9e8b61f7' (2022-05-09) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/df09e03cf74337675751c3240069a26aec75fa3b?dir=contrib' (2022-04-30) → 'github:neovim/neovim/dbdd58e548fcf55848359b696275fd848756db7b?dir=contrib' (2022-05-09) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/e10da1c7f542515b609f8dfbcf788f3d85b14936' (2022-04-26) → 'github:nixos/nixpkgs/c777cdf5c564015d5f63b09cc93bef4178b19b01' (2022-05-05) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/6766fb6503ae1ebebc2a9704c162b2aef351f921' (2022-04-28) → 'github:NixOS/nixpkgs/51d859cdab1ef58755bd342d45352fc607f5e59b' (2022-05-09) • Updated input 'nur': 'github:nix-community/NUR/348f6ba2b9628302ae7496d47472c12b335b9e6b' (2022-04-30) → 'github:nix-community/NUR/bbb8deced1790ea361366d6a96035f2ad7caaea6' (2022-05-10) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/8a687a6e5dc1f5c39715b01521a7aa0122529a05' (2022-04-30) → 'github:oxalica/rust-overlay/1dcdd08fcd39e4e053f58f9959be801399c5211e' (2022-05-10)
2022-05-10 03:38:33 +00:00
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/8ac1c89acb7fd39c8094d0cb81cb3323bc3eb3dc' (2022-04-30) → 'github:nix-community/emacs-overlay/ef3088863916b0604dbd5c3ba402b7f52c89c53d' (2022-05-09) • Added input 'emacs-overlay/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) • Added input 'emacs-overlay/nixpkgs': 'path:/nix/store/lw6gp8rrhd7lpi81dk9wr1l09a7za523-source?lastModified=0&narHash=sha256-%2flLC0wkMZkAdA5e1W76SnJzbhfOGDvync3VRHJMtAKk=' (1970-01-01) • Updated input 'home-manager': 'github:nix-community/home-manager/f8b51be7149a0735e87b232d21ae4f852619eac7' (2022-04-29) → 'github:nix-community/home-manager/882bd8118bdbff3a6e53e5ced393932b351ce2f6' (2022-05-07) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/3edbbcf631a94557c3bc599ec270c1cfe01a27d2' (2022-04-30) → 'github:nix-community/neovim-nightly-overlay/6ad5194b7229f5d3b6db529844fa194e9e8b61f7' (2022-05-09) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/df09e03cf74337675751c3240069a26aec75fa3b?dir=contrib' (2022-04-30) → 'github:neovim/neovim/dbdd58e548fcf55848359b696275fd848756db7b?dir=contrib' (2022-05-09) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/e10da1c7f542515b609f8dfbcf788f3d85b14936' (2022-04-26) → 'github:nixos/nixpkgs/c777cdf5c564015d5f63b09cc93bef4178b19b01' (2022-05-05) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/6766fb6503ae1ebebc2a9704c162b2aef351f921' (2022-04-28) → 'github:NixOS/nixpkgs/51d859cdab1ef58755bd342d45352fc607f5e59b' (2022-05-09) • Updated input 'nur': 'github:nix-community/NUR/348f6ba2b9628302ae7496d47472c12b335b9e6b' (2022-04-30) → 'github:nix-community/NUR/bbb8deced1790ea361366d6a96035f2ad7caaea6' (2022-05-10) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/8a687a6e5dc1f5c39715b01521a7aa0122529a05' (2022-04-30) → 'github:oxalica/rust-overlay/1dcdd08fcd39e4e053f58f9959be801399c5211e' (2022-05-10)
2022-05-10 03:38:33 +00:00
},
2022-01-02 00:40:01 +00:00
"locked": {
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) → 'github:nix-community/emacs-overlay/b51bea50371cc7a98863fb64bf1aaa1126a68a36' (2022-07-14) • Updated input 'home-manager': 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) → 'github:nix-community/home-manager/2c94b9801f1a11cde0fc97aa850687bb9137d42c' (2022-07-13) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) → 'github:nix-community/neovim-nightly-overlay/758fb91ada20563788d3081dc708d570a99e4c96' (2022-07-14) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) → 'github:neovim/neovim/b81d1eb26502f403574113385a75444f8880828e?dir=contrib' (2022-07-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) → 'github:thiagokokada/nix-alien/97e2d0ef6620b6738569b374c109be27b8a609d5' (2022-07-09) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa' (2022-06-22) → 'github:nix-community/nixos-generators/3323b944d99b026aebfd8de439e001409dde067d' (2022-07-13) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) → 'github:NixOS/nixpkgs/4bc1c1bd2f5b1101443fe775bb737a812fc8b925' (2022-07-14) • Updated input 'nur': 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) → 'github:nix-community/NUR/88866341491ab5de1f376cd3e499a4e6c45e806b' (2022-07-14) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07) → 'github:oxalica/rust-overlay/db9443ca1384f94c0aa63f4e74115f7c0632a8e6' (2022-07-14)
2022-07-15 01:32:39 +00:00
"lastModified": 1657840190,
"narHash": "sha256-eg4YXDAUm/6E3zcQW7vebDuWosx2opJ/EgknDTr8cQ4=",
2022-01-02 00:40:01 +00:00
"owner": "nix-community",
"repo": "emacs-overlay",
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) → 'github:nix-community/emacs-overlay/b51bea50371cc7a98863fb64bf1aaa1126a68a36' (2022-07-14) • Updated input 'home-manager': 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) → 'github:nix-community/home-manager/2c94b9801f1a11cde0fc97aa850687bb9137d42c' (2022-07-13) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) → 'github:nix-community/neovim-nightly-overlay/758fb91ada20563788d3081dc708d570a99e4c96' (2022-07-14) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) → 'github:neovim/neovim/b81d1eb26502f403574113385a75444f8880828e?dir=contrib' (2022-07-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) → 'github:thiagokokada/nix-alien/97e2d0ef6620b6738569b374c109be27b8a609d5' (2022-07-09) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa' (2022-06-22) → 'github:nix-community/nixos-generators/3323b944d99b026aebfd8de439e001409dde067d' (2022-07-13) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) → 'github:NixOS/nixpkgs/4bc1c1bd2f5b1101443fe775bb737a812fc8b925' (2022-07-14) • Updated input 'nur': 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) → 'github:nix-community/NUR/88866341491ab5de1f376cd3e499a4e6c45e806b' (2022-07-14) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07) → 'github:oxalica/rust-overlay/db9443ca1384f94c0aa63f4e74115f7c0632a8e6' (2022-07-14)
2022-07-15 01:32:39 +00:00
"rev": "b51bea50371cc7a98863fb64bf1aaa1126a68a36",
2022-01-02 00:40:01 +00:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "emacs-overlay",
"type": "github"
}
},
2021-12-06 10:22:08 +00:00
"flake-compat": {
"flake": false,
"locked": {
flake.lock: update inputs Flake lock file updates: • Updated input 'devshell': 'github:numtide/devshell/cb76bc75a0ee81f2d8676fe681f268c48dbd380e' (2022-04-17) → 'github:numtide/devshell/d97df53b5ddaa1cfbea7cddbd207eb2634304733' (2022-04-25) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/7d6da471364bab045f561d891fe97706ae308c47' (2022-04-17) → 'github:nix-community/emacs-overlay/8ac1c89acb7fd39c8094d0cb81cb3323bc3eb3dc' (2022-04-30) • Updated input 'home-manager': 'github:nix-community/home-manager/620ed197f3624dafa5f42e61d5c043f39b8df366' (2022-04-17) → 'github:nix-community/home-manager/f8b51be7149a0735e87b232d21ae4f852619eac7' (2022-04-29) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/76ec0b5c4c471f1f385602a47008ee6839901c46' (2022-04-17) → 'github:nix-community/neovim-nightly-overlay/3edbbcf631a94557c3bc599ec270c1cfe01a27d2' (2022-04-30) • Updated input 'neovim-nightly-overlay/flake-compat': 'github:edolstra/flake-compat/64a525ee38886ab9028e6f61790de0832aa3ef03' (2022-03-25) → 'github:edolstra/flake-compat/b4a34015c698c7793d592d66adbab377907a2be8' (2022-04-19) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/ae325e627484fa0402a3fd8c75508c8c0f82a9c3?dir=contrib' (2022-04-17) → 'github:neovim/neovim/df09e03cf74337675751c3240069a26aec75fa3b?dir=contrib' (2022-04-30) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/75ad56bdc927f3a9f9e05e3c3614c4c1fcd99fcb' (2022-04-16) → 'github:nixos/nixpkgs/e10da1c7f542515b609f8dfbcf788f3d85b14936' (2022-04-26) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/2820f11c5a3e0ccae4fa705cc9898084ec1f523c' (2022-04-12) → 'github:thiagokokada/nix-alien/3c57b67495fca090ffa7fc3e341e3f6f8e60340b' (2022-04-29) • Updated input 'nix-alien/flake-utils': 'github:numtide/flake-utils/74f7e4319258e287b0f9cb95426c9853b282730b' (2021-11-28) → 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) • Updated input 'nix-alien/poetry2nix': 'github:nix-community/poetry2nix/7b5c8e3b838d534e0d4dcaa6bbe6530086ebf407' (2022-01-15) → 'github:nix-community/poetry2nix/80c070de9a0683df114549b80f9af73697a48a70' (2022-04-22) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/adeb359baddfa336a59824237a6067dd9f59c51b' (2022-04-13) → 'github:nix-community/nixos-generators/3cdf22c79bc80910e2b610cd59fcb8408354ddbc' (2022-04-26) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/faad370edcb37162401be50d45526f52bb16a713' (2022-04-16) → 'github:NixOS/nixpkgs/6766fb6503ae1ebebc2a9704c162b2aef351f921' (2022-04-28) • Updated input 'nur': 'github:nix-community/NUR/f4d1cf9133d3d31bd534bda6476fc8be67346d5c' (2022-04-17) → 'github:nix-community/NUR/348f6ba2b9628302ae7496d47472c12b335b9e6b' (2022-04-30) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/26b570500cdd7a359526524e9abad341891122a6' (2022-04-17) → 'github:oxalica/rust-overlay/8a687a6e5dc1f5c39715b01521a7aa0122529a05' (2022-04-30)
2022-04-30 12:28:41 +00:00
"lastModified": 1650374568,
"narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=",
2021-12-06 10:22:08 +00:00
"owner": "edolstra",
"repo": "flake-compat",
flake.lock: update inputs Flake lock file updates: • Updated input 'devshell': 'github:numtide/devshell/cb76bc75a0ee81f2d8676fe681f268c48dbd380e' (2022-04-17) → 'github:numtide/devshell/d97df53b5ddaa1cfbea7cddbd207eb2634304733' (2022-04-25) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/7d6da471364bab045f561d891fe97706ae308c47' (2022-04-17) → 'github:nix-community/emacs-overlay/8ac1c89acb7fd39c8094d0cb81cb3323bc3eb3dc' (2022-04-30) • Updated input 'home-manager': 'github:nix-community/home-manager/620ed197f3624dafa5f42e61d5c043f39b8df366' (2022-04-17) → 'github:nix-community/home-manager/f8b51be7149a0735e87b232d21ae4f852619eac7' (2022-04-29) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/76ec0b5c4c471f1f385602a47008ee6839901c46' (2022-04-17) → 'github:nix-community/neovim-nightly-overlay/3edbbcf631a94557c3bc599ec270c1cfe01a27d2' (2022-04-30) • Updated input 'neovim-nightly-overlay/flake-compat': 'github:edolstra/flake-compat/64a525ee38886ab9028e6f61790de0832aa3ef03' (2022-03-25) → 'github:edolstra/flake-compat/b4a34015c698c7793d592d66adbab377907a2be8' (2022-04-19) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/ae325e627484fa0402a3fd8c75508c8c0f82a9c3?dir=contrib' (2022-04-17) → 'github:neovim/neovim/df09e03cf74337675751c3240069a26aec75fa3b?dir=contrib' (2022-04-30) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/75ad56bdc927f3a9f9e05e3c3614c4c1fcd99fcb' (2022-04-16) → 'github:nixos/nixpkgs/e10da1c7f542515b609f8dfbcf788f3d85b14936' (2022-04-26) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/2820f11c5a3e0ccae4fa705cc9898084ec1f523c' (2022-04-12) → 'github:thiagokokada/nix-alien/3c57b67495fca090ffa7fc3e341e3f6f8e60340b' (2022-04-29) • Updated input 'nix-alien/flake-utils': 'github:numtide/flake-utils/74f7e4319258e287b0f9cb95426c9853b282730b' (2021-11-28) → 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) • Updated input 'nix-alien/poetry2nix': 'github:nix-community/poetry2nix/7b5c8e3b838d534e0d4dcaa6bbe6530086ebf407' (2022-01-15) → 'github:nix-community/poetry2nix/80c070de9a0683df114549b80f9af73697a48a70' (2022-04-22) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/adeb359baddfa336a59824237a6067dd9f59c51b' (2022-04-13) → 'github:nix-community/nixos-generators/3cdf22c79bc80910e2b610cd59fcb8408354ddbc' (2022-04-26) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/faad370edcb37162401be50d45526f52bb16a713' (2022-04-16) → 'github:NixOS/nixpkgs/6766fb6503ae1ebebc2a9704c162b2aef351f921' (2022-04-28) • Updated input 'nur': 'github:nix-community/NUR/f4d1cf9133d3d31bd534bda6476fc8be67346d5c' (2022-04-17) → 'github:nix-community/NUR/348f6ba2b9628302ae7496d47472c12b335b9e6b' (2022-04-30) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/26b570500cdd7a359526524e9abad341891122a6' (2022-04-17) → 'github:oxalica/rust-overlay/8a687a6e5dc1f5c39715b01521a7aa0122529a05' (2022-04-30)
2022-04-30 12:28:41 +00:00
"rev": "b4a34015c698c7793d592d66adbab377907a2be8",
2021-12-06 10:22:08 +00:00
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/8ac1c89acb7fd39c8094d0cb81cb3323bc3eb3dc' (2022-04-30) → 'github:nix-community/emacs-overlay/ef3088863916b0604dbd5c3ba402b7f52c89c53d' (2022-05-09) • Added input 'emacs-overlay/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) • Added input 'emacs-overlay/nixpkgs': 'path:/nix/store/lw6gp8rrhd7lpi81dk9wr1l09a7za523-source?lastModified=0&narHash=sha256-%2flLC0wkMZkAdA5e1W76SnJzbhfOGDvync3VRHJMtAKk=' (1970-01-01) • Updated input 'home-manager': 'github:nix-community/home-manager/f8b51be7149a0735e87b232d21ae4f852619eac7' (2022-04-29) → 'github:nix-community/home-manager/882bd8118bdbff3a6e53e5ced393932b351ce2f6' (2022-05-07) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/3edbbcf631a94557c3bc599ec270c1cfe01a27d2' (2022-04-30) → 'github:nix-community/neovim-nightly-overlay/6ad5194b7229f5d3b6db529844fa194e9e8b61f7' (2022-05-09) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/df09e03cf74337675751c3240069a26aec75fa3b?dir=contrib' (2022-04-30) → 'github:neovim/neovim/dbdd58e548fcf55848359b696275fd848756db7b?dir=contrib' (2022-05-09) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/e10da1c7f542515b609f8dfbcf788f3d85b14936' (2022-04-26) → 'github:nixos/nixpkgs/c777cdf5c564015d5f63b09cc93bef4178b19b01' (2022-05-05) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/6766fb6503ae1ebebc2a9704c162b2aef351f921' (2022-04-28) → 'github:NixOS/nixpkgs/51d859cdab1ef58755bd342d45352fc607f5e59b' (2022-05-09) • Updated input 'nur': 'github:nix-community/NUR/348f6ba2b9628302ae7496d47472c12b335b9e6b' (2022-04-30) → 'github:nix-community/NUR/bbb8deced1790ea361366d6a96035f2ad7caaea6' (2022-05-10) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/8a687a6e5dc1f5c39715b01521a7aa0122529a05' (2022-04-30) → 'github:oxalica/rust-overlay/1dcdd08fcd39e4e053f58f9959be801399c5211e' (2022-05-10)
2022-05-10 03:38:33 +00:00
"locked": {
flake.lock: update inputs Flake lock file updates: • Updated input 'dotfiles': 'github:foo-dogsquared/dotfiles/2312e925f2ee558658fd888332245e8b8e79c8b4' (2022-07-05) → 'github:foo-dogsquared/dotfiles/beb55f46f2707ab5a42f9f96f31e2c8b7d97ee29' (2022-07-07) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/3f21945eac3ef08d7f3fd329dbe3954fe52f3d10' (2022-06-30) → 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) • Updated input 'emacs-overlay/flake-utils': 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) → 'github:numtide/flake-utils/7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249' (2022-07-04) • Updated input 'emacs-overlay/nixpkgs': 'path:/nix/store/hcsl8zxvg8jnncid40xnm3drlvdcqd4c-source?lastModified=0&narHash=sha256-Cc5hQSMsTzOHmZnYm8OSJ5RNUp22bd5NADWLHorULWQ=' (1970-01-01) → 'path:/nix/store/ab40lgr2lfs53qf2k64xqwhmjbfj41wf-source?lastModified=0&narHash=sha256-bUS2nfQsvTQW2z8SK7oEFSElbmoBahOPtbXPm0AL3I4=' (1970-01-01) • Updated input 'flake-utils': 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) → 'github:numtide/flake-utils/7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249' (2022-07-04) • Updated input 'home-manager': 'github:nix-community/home-manager/3bf16c0fd141c28312be52945d1543f9ce557bb1' (2022-06-27) → 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/07ffc512ce0c8581da47dc4a35057ecbdaef6216' (2022-06-30) → 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/6f6286e4f90da25a7d1b6bcc96b79b0ccbaf5c26?dir=contrib' (2022-06-29) → 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/cf3ab54b4afe2b7477faa1dd0b65bf74c055d70c' (2022-06-29) → 'github:nixos/nixpkgs/71a4f0dc3d80ba76f437c888c1c3d59f1df98163' (2022-07-05) • Updated input 'nix-colors': 'github:misterio77/nix-colors/308fe8855ee4c35347baeaf182453396abdbe8df' (2022-06-22) → 'github:misterio77/nix-colors/d97b39696794be1ece13fd58996c9a102bc9a971' (2022-07-06) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/16de63fcc54e88b9a106a603038dd5dd2feb21eb' (2022-06-28) → 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) • Updated input 'nur': 'github:nix-community/NUR/b58e819d423cc525475b43bd06cf5f999feb5325' (2022-06-30) → 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/3e95d6696b51f88b3ebfc7a21aefaeeb70a245bd' (2022-06-30) → 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07)
2022-07-07 16:28:28 +00:00
"lastModified": 1656928814,
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/8ac1c89acb7fd39c8094d0cb81cb3323bc3eb3dc' (2022-04-30) → 'github:nix-community/emacs-overlay/ef3088863916b0604dbd5c3ba402b7f52c89c53d' (2022-05-09) • Added input 'emacs-overlay/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) • Added input 'emacs-overlay/nixpkgs': 'path:/nix/store/lw6gp8rrhd7lpi81dk9wr1l09a7za523-source?lastModified=0&narHash=sha256-%2flLC0wkMZkAdA5e1W76SnJzbhfOGDvync3VRHJMtAKk=' (1970-01-01) • Updated input 'home-manager': 'github:nix-community/home-manager/f8b51be7149a0735e87b232d21ae4f852619eac7' (2022-04-29) → 'github:nix-community/home-manager/882bd8118bdbff3a6e53e5ced393932b351ce2f6' (2022-05-07) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/3edbbcf631a94557c3bc599ec270c1cfe01a27d2' (2022-04-30) → 'github:nix-community/neovim-nightly-overlay/6ad5194b7229f5d3b6db529844fa194e9e8b61f7' (2022-05-09) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/df09e03cf74337675751c3240069a26aec75fa3b?dir=contrib' (2022-04-30) → 'github:neovim/neovim/dbdd58e548fcf55848359b696275fd848756db7b?dir=contrib' (2022-05-09) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/e10da1c7f542515b609f8dfbcf788f3d85b14936' (2022-04-26) → 'github:nixos/nixpkgs/c777cdf5c564015d5f63b09cc93bef4178b19b01' (2022-05-05) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/6766fb6503ae1ebebc2a9704c162b2aef351f921' (2022-04-28) → 'github:NixOS/nixpkgs/51d859cdab1ef58755bd342d45352fc607f5e59b' (2022-05-09) • Updated input 'nur': 'github:nix-community/NUR/348f6ba2b9628302ae7496d47472c12b335b9e6b' (2022-04-30) → 'github:nix-community/NUR/bbb8deced1790ea361366d6a96035f2ad7caaea6' (2022-05-10) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/8a687a6e5dc1f5c39715b01521a7aa0122529a05' (2022-04-30) → 'github:oxalica/rust-overlay/1dcdd08fcd39e4e053f58f9959be801399c5211e' (2022-05-10)
2022-05-10 03:38:33 +00:00
"owner": "numtide",
"repo": "flake-utils",
flake.lock: update inputs Flake lock file updates: • Updated input 'dotfiles': 'github:foo-dogsquared/dotfiles/2312e925f2ee558658fd888332245e8b8e79c8b4' (2022-07-05) → 'github:foo-dogsquared/dotfiles/beb55f46f2707ab5a42f9f96f31e2c8b7d97ee29' (2022-07-07) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/3f21945eac3ef08d7f3fd329dbe3954fe52f3d10' (2022-06-30) → 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) • Updated input 'emacs-overlay/flake-utils': 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) → 'github:numtide/flake-utils/7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249' (2022-07-04) • Updated input 'emacs-overlay/nixpkgs': 'path:/nix/store/hcsl8zxvg8jnncid40xnm3drlvdcqd4c-source?lastModified=0&narHash=sha256-Cc5hQSMsTzOHmZnYm8OSJ5RNUp22bd5NADWLHorULWQ=' (1970-01-01) → 'path:/nix/store/ab40lgr2lfs53qf2k64xqwhmjbfj41wf-source?lastModified=0&narHash=sha256-bUS2nfQsvTQW2z8SK7oEFSElbmoBahOPtbXPm0AL3I4=' (1970-01-01) • Updated input 'flake-utils': 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) → 'github:numtide/flake-utils/7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249' (2022-07-04) • Updated input 'home-manager': 'github:nix-community/home-manager/3bf16c0fd141c28312be52945d1543f9ce557bb1' (2022-06-27) → 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/07ffc512ce0c8581da47dc4a35057ecbdaef6216' (2022-06-30) → 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/6f6286e4f90da25a7d1b6bcc96b79b0ccbaf5c26?dir=contrib' (2022-06-29) → 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/cf3ab54b4afe2b7477faa1dd0b65bf74c055d70c' (2022-06-29) → 'github:nixos/nixpkgs/71a4f0dc3d80ba76f437c888c1c3d59f1df98163' (2022-07-05) • Updated input 'nix-colors': 'github:misterio77/nix-colors/308fe8855ee4c35347baeaf182453396abdbe8df' (2022-06-22) → 'github:misterio77/nix-colors/d97b39696794be1ece13fd58996c9a102bc9a971' (2022-07-06) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/16de63fcc54e88b9a106a603038dd5dd2feb21eb' (2022-06-28) → 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) • Updated input 'nur': 'github:nix-community/NUR/b58e819d423cc525475b43bd06cf5f999feb5325' (2022-06-30) → 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/3e95d6696b51f88b3ebfc7a21aefaeeb70a245bd' (2022-06-30) → 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07)
2022-07-07 16:28:28 +00:00
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/8ac1c89acb7fd39c8094d0cb81cb3323bc3eb3dc' (2022-04-30) → 'github:nix-community/emacs-overlay/ef3088863916b0604dbd5c3ba402b7f52c89c53d' (2022-05-09) • Added input 'emacs-overlay/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) • Added input 'emacs-overlay/nixpkgs': 'path:/nix/store/lw6gp8rrhd7lpi81dk9wr1l09a7za523-source?lastModified=0&narHash=sha256-%2flLC0wkMZkAdA5e1W76SnJzbhfOGDvync3VRHJMtAKk=' (1970-01-01) • Updated input 'home-manager': 'github:nix-community/home-manager/f8b51be7149a0735e87b232d21ae4f852619eac7' (2022-04-29) → 'github:nix-community/home-manager/882bd8118bdbff3a6e53e5ced393932b351ce2f6' (2022-05-07) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/3edbbcf631a94557c3bc599ec270c1cfe01a27d2' (2022-04-30) → 'github:nix-community/neovim-nightly-overlay/6ad5194b7229f5d3b6db529844fa194e9e8b61f7' (2022-05-09) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/df09e03cf74337675751c3240069a26aec75fa3b?dir=contrib' (2022-04-30) → 'github:neovim/neovim/dbdd58e548fcf55848359b696275fd848756db7b?dir=contrib' (2022-05-09) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/e10da1c7f542515b609f8dfbcf788f3d85b14936' (2022-04-26) → 'github:nixos/nixpkgs/c777cdf5c564015d5f63b09cc93bef4178b19b01' (2022-05-05) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/6766fb6503ae1ebebc2a9704c162b2aef351f921' (2022-04-28) → 'github:NixOS/nixpkgs/51d859cdab1ef58755bd342d45352fc607f5e59b' (2022-05-09) • Updated input 'nur': 'github:nix-community/NUR/348f6ba2b9628302ae7496d47472c12b335b9e6b' (2022-04-30) → 'github:nix-community/NUR/bbb8deced1790ea361366d6a96035f2ad7caaea6' (2022-05-10) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/8a687a6e5dc1f5c39715b01521a7aa0122529a05' (2022-04-30) → 'github:oxalica/rust-overlay/1dcdd08fcd39e4e053f58f9959be801399c5211e' (2022-05-10)
2022-05-10 03:38:33 +00:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"locked": {
flake.lock: update Flake lock file updates: • Updated input 'agenix': 'github:ryantm/agenix/297cd58b418249240b9f1f155d52b1b17f292884' (2022-03-01) → 'github:ryantm/agenix/764c975e74bce2f89a5106b68ec48e2b586f893c' (2022-03-09) • Updated input 'devshell': 'github:numtide/devshell/59fbe1dfc0de8c3332957c16998a7d16dff365d8' (2022-03-07) → 'github:numtide/devshell/f1c3e65d20f14870fa51d762e9e54c816fe356ef' (2022-03-17) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/c87af07addadffe974490e91abca0480eda436b7' (2022-03-08) → 'github:nix-community/emacs-overlay/ccb4f7c6af0b2dc5c02aec6f28d5cffb199087c4' (2022-03-21) • Updated input 'home-manager': 'github:nix-community/home-manager/afe96e7433c513bf82375d41473c57d1f66b4e68' (2022-03-06) → 'github:nix-community/home-manager/835797f3a4a59459a316ae8d4ab91fa59faf61a4' (2022-03-21) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/ce58793eb60292e995c6629f5858715273c5bb6e' (2022-03-07) → 'github:nix-community/neovim-nightly-overlay/e277da9332268da97e7e40995318b457d680ce1d' (2022-03-20) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/5760cf87b6d09165cd08af3e2afa231909e3d2df?dir=contrib' (2022-03-07) → 'github:neovim/neovim/54f15a9e47ea69e81ab9053b3ba9514415f592e4?dir=contrib' (2022-03-20) • Updated input 'neovim-nightly-overlay/neovim-flake/flake-utils': 'github:numtide/flake-utils/997f7efcb746a9c140ce1f13c72263189225f482' (2021-08-20) → 'github:numtide/flake-utils/3cecb5b042f7f209c56ffd8371b2711a290ec797' (2022-02-07) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/062a0c5437b68f950b081bbfc8a699d57a4ee026' (2022-03-05) → 'github:nixos/nixpkgs/73ad5f9e147c0d2a2061f1d4bd91e05078dc0b58' (2022-03-14) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/aa5e966498a2bc4aaeb8fd979ccec985f85c5f75' (2022-03-07) → 'github:nix-community/nixos-generators/9f56b704ff3073436c3b93d63669ee773c592aa3' (2022-03-17) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/1fc7212a2c3992eedc6eedf498955c321ad81cc2' (2022-03-05) → 'github:NixOS/nixpkgs/3eb07eeafb52bcbf02ce800f032f18d666a9498d' (2022-03-15) • Updated input 'nur': 'github:nix-community/NUR/3d64c7297eee2550b39ee110ee999825ba27dc36' (2022-03-08) → 'github:nix-community/NUR/2b7b6810590d0b50bbcec713119697f8fe57cfd7' (2022-03-21) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/3950dc50f50fa2767f36281f3e61f06610707735' (2022-03-08) → 'github:oxalica/rust-overlay/093573bc629fb323f5eac51662bc853d26bb2696' (2022-03-20)
2022-03-21 02:26:27 +00:00
"lastModified": 1644229661,
"narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=",
"owner": "numtide",
"repo": "flake-utils",
flake.lock: update Flake lock file updates: • Updated input 'agenix': 'github:ryantm/agenix/297cd58b418249240b9f1f155d52b1b17f292884' (2022-03-01) → 'github:ryantm/agenix/764c975e74bce2f89a5106b68ec48e2b586f893c' (2022-03-09) • Updated input 'devshell': 'github:numtide/devshell/59fbe1dfc0de8c3332957c16998a7d16dff365d8' (2022-03-07) → 'github:numtide/devshell/f1c3e65d20f14870fa51d762e9e54c816fe356ef' (2022-03-17) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/c87af07addadffe974490e91abca0480eda436b7' (2022-03-08) → 'github:nix-community/emacs-overlay/ccb4f7c6af0b2dc5c02aec6f28d5cffb199087c4' (2022-03-21) • Updated input 'home-manager': 'github:nix-community/home-manager/afe96e7433c513bf82375d41473c57d1f66b4e68' (2022-03-06) → 'github:nix-community/home-manager/835797f3a4a59459a316ae8d4ab91fa59faf61a4' (2022-03-21) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/ce58793eb60292e995c6629f5858715273c5bb6e' (2022-03-07) → 'github:nix-community/neovim-nightly-overlay/e277da9332268da97e7e40995318b457d680ce1d' (2022-03-20) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/5760cf87b6d09165cd08af3e2afa231909e3d2df?dir=contrib' (2022-03-07) → 'github:neovim/neovim/54f15a9e47ea69e81ab9053b3ba9514415f592e4?dir=contrib' (2022-03-20) • Updated input 'neovim-nightly-overlay/neovim-flake/flake-utils': 'github:numtide/flake-utils/997f7efcb746a9c140ce1f13c72263189225f482' (2021-08-20) → 'github:numtide/flake-utils/3cecb5b042f7f209c56ffd8371b2711a290ec797' (2022-02-07) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/062a0c5437b68f950b081bbfc8a699d57a4ee026' (2022-03-05) → 'github:nixos/nixpkgs/73ad5f9e147c0d2a2061f1d4bd91e05078dc0b58' (2022-03-14) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/aa5e966498a2bc4aaeb8fd979ccec985f85c5f75' (2022-03-07) → 'github:nix-community/nixos-generators/9f56b704ff3073436c3b93d63669ee773c592aa3' (2022-03-17) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/1fc7212a2c3992eedc6eedf498955c321ad81cc2' (2022-03-05) → 'github:NixOS/nixpkgs/3eb07eeafb52bcbf02ce800f032f18d666a9498d' (2022-03-15) • Updated input 'nur': 'github:nix-community/NUR/3d64c7297eee2550b39ee110ee999825ba27dc36' (2022-03-08) → 'github:nix-community/NUR/2b7b6810590d0b50bbcec713119697f8fe57cfd7' (2022-03-21) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/3950dc50f50fa2767f36281f3e61f06610707735' (2022-03-08) → 'github:oxalica/rust-overlay/093573bc629fb323f5eac51662bc853d26bb2696' (2022-03-20)
2022-03-21 02:26:27 +00:00
"rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"guix-overlay": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
flake.lock: update inputs Flake lock file updates: • Updated input 'devshell': 'github:numtide/devshell/f1c3e65d20f14870fa51d762e9e54c816fe356ef' (2022-03-17) → 'github:numtide/devshell/0a5ff74dacb9ea22614f64e61aeb3ca0bf0e7311' (2022-03-21) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/ccb4f7c6af0b2dc5c02aec6f28d5cffb199087c4' (2022-03-21) → 'github:nix-community/emacs-overlay/fdafbede17265f56e3df5382442a8c41069e0994' (2022-03-27) • Updated input 'flake-utils': 'github:numtide/flake-utils/3cecb5b042f7f209c56ffd8371b2711a290ec797' (2022-02-07) → 'github:numtide/flake-utils/0f8662f1319ad6abf89b3380dd2722369fc51ade' (2022-03-26) • Updated input 'guix-overlay': 'github:foo-dogsquared/nix-overlay-guix/d6778e600ef9e766bf062d941cbd1377355cce43' (2022-03-08) → 'github:foo-dogsquared/nix-overlay-guix/efa203a2ba1bfac171ccb2be4248b67a029729cd' (2022-03-26) • Updated input 'home-manager': 'github:nix-community/home-manager/835797f3a4a59459a316ae8d4ab91fa59faf61a4' (2022-03-21) → 'github:nix-community/home-manager/888eac32bd657bfe0d024c8770130d80d1c02cd3' (2022-03-27) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/e277da9332268da97e7e40995318b457d680ce1d' (2022-03-20) → 'github:nix-community/neovim-nightly-overlay/efbb09d2f0c1285677db79c0d927599d69157917' (2022-03-27) • Updated input 'neovim-nightly-overlay/flake-compat': 'github:edolstra/flake-compat/b7547d3eed6f32d06102ead8991ec52ab0a4f1a7' (2022-01-03) → 'github:edolstra/flake-compat/64a525ee38886ab9028e6f61790de0832aa3ef03' (2022-03-25) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/54f15a9e47ea69e81ab9053b3ba9514415f592e4?dir=contrib' (2022-03-20) → 'github:neovim/neovim/71b4c30ad6215742ffcb8dfb0fb4df899065cb7a?dir=contrib' (2022-03-27) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/73ad5f9e147c0d2a2061f1d4bd91e05078dc0b58' (2022-03-14) → 'github:nixos/nixpkgs/1d08ea2bd83abef174fb43cbfb8a856b8ef2ce26' (2022-03-23) • Updated input 'nix-ld': 'github:Mic92/nix-ld/eb9cb8dfc22344fee2dd5f23bc952c5c8b771054' (2022-03-07) → 'github:Mic92/nix-ld/f91a5e19816009d66360b3c8f9d2fb6d393dc3b1' (2022-03-21) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/3eb07eeafb52bcbf02ce800f032f18d666a9498d' (2022-03-15) → 'github:NixOS/nixpkgs/30d3d79b7d3607d56546dd2a6b49e156ba0ec634' (2022-03-25) • Updated input 'nur': 'github:nix-community/NUR/2b7b6810590d0b50bbcec713119697f8fe57cfd7' (2022-03-21) → 'github:nix-community/NUR/56de0d2671d28f09ecbfd56a1c5185d4e8368bab' (2022-03-27) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/093573bc629fb323f5eac51662bc853d26bb2696' (2022-03-20) → 'github:oxalica/rust-overlay/e6f378f258fc995df65846dca7208e43c9da07c1' (2022-03-27)
2022-03-28 00:00:00 +00:00
"lastModified": 1648273450,
"narHash": "sha256-4IZBhrutNzUIZni0FWuOmshXA4JPcf4+kQHO0iVNppw=",
"owner": "foo-dogsquared",
"repo": "nix-overlay-guix",
flake.lock: update inputs Flake lock file updates: • Updated input 'devshell': 'github:numtide/devshell/f1c3e65d20f14870fa51d762e9e54c816fe356ef' (2022-03-17) → 'github:numtide/devshell/0a5ff74dacb9ea22614f64e61aeb3ca0bf0e7311' (2022-03-21) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/ccb4f7c6af0b2dc5c02aec6f28d5cffb199087c4' (2022-03-21) → 'github:nix-community/emacs-overlay/fdafbede17265f56e3df5382442a8c41069e0994' (2022-03-27) • Updated input 'flake-utils': 'github:numtide/flake-utils/3cecb5b042f7f209c56ffd8371b2711a290ec797' (2022-02-07) → 'github:numtide/flake-utils/0f8662f1319ad6abf89b3380dd2722369fc51ade' (2022-03-26) • Updated input 'guix-overlay': 'github:foo-dogsquared/nix-overlay-guix/d6778e600ef9e766bf062d941cbd1377355cce43' (2022-03-08) → 'github:foo-dogsquared/nix-overlay-guix/efa203a2ba1bfac171ccb2be4248b67a029729cd' (2022-03-26) • Updated input 'home-manager': 'github:nix-community/home-manager/835797f3a4a59459a316ae8d4ab91fa59faf61a4' (2022-03-21) → 'github:nix-community/home-manager/888eac32bd657bfe0d024c8770130d80d1c02cd3' (2022-03-27) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/e277da9332268da97e7e40995318b457d680ce1d' (2022-03-20) → 'github:nix-community/neovim-nightly-overlay/efbb09d2f0c1285677db79c0d927599d69157917' (2022-03-27) • Updated input 'neovim-nightly-overlay/flake-compat': 'github:edolstra/flake-compat/b7547d3eed6f32d06102ead8991ec52ab0a4f1a7' (2022-01-03) → 'github:edolstra/flake-compat/64a525ee38886ab9028e6f61790de0832aa3ef03' (2022-03-25) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/54f15a9e47ea69e81ab9053b3ba9514415f592e4?dir=contrib' (2022-03-20) → 'github:neovim/neovim/71b4c30ad6215742ffcb8dfb0fb4df899065cb7a?dir=contrib' (2022-03-27) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/73ad5f9e147c0d2a2061f1d4bd91e05078dc0b58' (2022-03-14) → 'github:nixos/nixpkgs/1d08ea2bd83abef174fb43cbfb8a856b8ef2ce26' (2022-03-23) • Updated input 'nix-ld': 'github:Mic92/nix-ld/eb9cb8dfc22344fee2dd5f23bc952c5c8b771054' (2022-03-07) → 'github:Mic92/nix-ld/f91a5e19816009d66360b3c8f9d2fb6d393dc3b1' (2022-03-21) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/3eb07eeafb52bcbf02ce800f032f18d666a9498d' (2022-03-15) → 'github:NixOS/nixpkgs/30d3d79b7d3607d56546dd2a6b49e156ba0ec634' (2022-03-25) • Updated input 'nur': 'github:nix-community/NUR/2b7b6810590d0b50bbcec713119697f8fe57cfd7' (2022-03-21) → 'github:nix-community/NUR/56de0d2671d28f09ecbfd56a1c5185d4e8368bab' (2022-03-27) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/093573bc629fb323f5eac51662bc853d26bb2696' (2022-03-20) → 'github:oxalica/rust-overlay/e6f378f258fc995df65846dca7208e43c9da07c1' (2022-03-27)
2022-03-28 00:00:00 +00:00
"rev": "efa203a2ba1bfac171ccb2be4248b67a029729cd",
"type": "github"
},
"original": {
"owner": "foo-dogsquared",
"repo": "nix-overlay-guix",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/d41b2e83e72307a69cf7413085158bc9192e3d4b' (2022-06-06) → 'github:nix-community/emacs-overlay/cf5a17b22ffd987e24770d33b5b59ea496eeac49' (2022-06-09) • Updated input 'emacs-overlay/nixpkgs': 'path:/nix/store/k2ifqlyrcv3sa4py1fk4cifdgba5ch86-source?lastModified=0&narHash=sha256-gEK4NNa4GwIgTZE63kt%2f4WTFAWRTJVSa30+h4ZjFh9U=' (1970-01-01) → 'path:/nix/store/im6zyyscxwfdmks347djqly7aqnkk807-source?lastModified=0&narHash=sha256-Kw%2fKeoFXszNsF5mORP45mrxCP+k9Aq03hWcuWCL9sdI=' (1970-01-01) • Updated input 'home-manager': 'github:nix-community/home-manager/20703892473d01c70fb10248442231fe94f4ceb4' (2022-06-05) → 'github:nix-community/home-manager/70824bb5c790b820b189f62f643f795b1d2ade2e' (2022-06-07) • Added input 'home-manager/flake-compat': 'github:edolstra/flake-compat/b4a34015c698c7793d592d66adbab377907a2be8' (2022-04-19) • Added input 'home-manager/nmd': 'gitlab:rycee/nmd/9e7a20e6ee3f6751f699f79c0b299390f81f7bcd' (2022-05-23) • Added input 'home-manager/nmt': 'gitlab:rycee/nmt/d83601002c99b78c89ea80e5e6ba21addcfe12ae' (2022-03-23) • Added input 'home-manager/utils': 'github:numtide/flake-utils/1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1' (2022-05-30) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/e65d79d4a7ff35e29aa2a4d3d83b626e84bb917c' (2022-06-05) → 'github:nix-community/neovim-nightly-overlay/815b2ce4ab48124b5761f5583f8a0ef5da2714d7' (2022-06-09) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/e13dcdf162d166084f19f1dcf3b79071290d2766?dir=contrib' (2022-06-04) → 'github:neovim/neovim/c5720c72213810adb75d3277ac645eb6fc8dafa8?dir=contrib' (2022-06-09) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/236cc2971ac72acd90f0ae3a797f9f83098b17ec' (2022-06-03) → 'github:nixos/nixpkgs/033bd4fa9a8fbe0c68a88e925d9a884161044b25' (2022-06-07) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/c5d810f4c74c824ae0fb788103003c6c9d366a08' (2022-06-05) → 'github:NixOS/nixpkgs/18de53ca965bd0678aaf09e5ce0daae05c58355a' (2022-06-08) • Updated input 'nur': 'github:nix-community/NUR/7f336d5794060691d93225b2159549a32c59e687' (2022-06-06) → 'github:nix-community/NUR/d52f3d30fa7d0672844941450ba07159f4b30f8b' (2022-06-09) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/6bc59b9c4ad1cc1089219e935aa727a96d948c5d' (2022-06-06) → 'github:oxalica/rust-overlay/b37b28553b1009f34fc6ca06ba87329e2a584a98' (2022-06-09)
2022-06-10 01:33:33 +00:00
],
"utils": [
"flake-utils"
]
},
"locked": {
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) → 'github:nix-community/emacs-overlay/b51bea50371cc7a98863fb64bf1aaa1126a68a36' (2022-07-14) • Updated input 'home-manager': 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) → 'github:nix-community/home-manager/2c94b9801f1a11cde0fc97aa850687bb9137d42c' (2022-07-13) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) → 'github:nix-community/neovim-nightly-overlay/758fb91ada20563788d3081dc708d570a99e4c96' (2022-07-14) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) → 'github:neovim/neovim/b81d1eb26502f403574113385a75444f8880828e?dir=contrib' (2022-07-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) → 'github:thiagokokada/nix-alien/97e2d0ef6620b6738569b374c109be27b8a609d5' (2022-07-09) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa' (2022-06-22) → 'github:nix-community/nixos-generators/3323b944d99b026aebfd8de439e001409dde067d' (2022-07-13) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) → 'github:NixOS/nixpkgs/4bc1c1bd2f5b1101443fe775bb737a812fc8b925' (2022-07-14) • Updated input 'nur': 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) → 'github:nix-community/NUR/88866341491ab5de1f376cd3e499a4e6c45e806b' (2022-07-14) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07) → 'github:oxalica/rust-overlay/db9443ca1384f94c0aa63f4e74115f7c0632a8e6' (2022-07-14)
2022-07-15 01:32:39 +00:00
"lastModified": 1657719085,
"narHash": "sha256-nQt3MEBwKuKlmFKSRhdoh60AGlc+YlspV5e8kO/3y8U=",
"owner": "nix-community",
"repo": "home-manager",
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) → 'github:nix-community/emacs-overlay/b51bea50371cc7a98863fb64bf1aaa1126a68a36' (2022-07-14) • Updated input 'home-manager': 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) → 'github:nix-community/home-manager/2c94b9801f1a11cde0fc97aa850687bb9137d42c' (2022-07-13) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) → 'github:nix-community/neovim-nightly-overlay/758fb91ada20563788d3081dc708d570a99e4c96' (2022-07-14) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) → 'github:neovim/neovim/b81d1eb26502f403574113385a75444f8880828e?dir=contrib' (2022-07-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) → 'github:thiagokokada/nix-alien/97e2d0ef6620b6738569b374c109be27b8a609d5' (2022-07-09) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa' (2022-06-22) → 'github:nix-community/nixos-generators/3323b944d99b026aebfd8de439e001409dde067d' (2022-07-13) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) → 'github:NixOS/nixpkgs/4bc1c1bd2f5b1101443fe775bb737a812fc8b925' (2022-07-14) • Updated input 'nur': 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) → 'github:nix-community/NUR/88866341491ab5de1f376cd3e499a4e6c45e806b' (2022-07-14) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07) → 'github:oxalica/rust-overlay/db9443ca1384f94c0aa63f4e74115f7c0632a8e6' (2022-07-14)
2022-07-15 01:32:39 +00:00
"rev": "2c94b9801f1a11cde0fc97aa850687bb9137d42c",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"neovim-flake": {
"inputs": {
"flake-utils": "flake-utils_2",
2022-02-04 15:59:01 +00:00
"nixpkgs": [
"neovim-nightly-overlay",
"nixpkgs"
]
},
"locked": {
"dir": "contrib",
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) → 'github:nix-community/emacs-overlay/b51bea50371cc7a98863fb64bf1aaa1126a68a36' (2022-07-14) • Updated input 'home-manager': 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) → 'github:nix-community/home-manager/2c94b9801f1a11cde0fc97aa850687bb9137d42c' (2022-07-13) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) → 'github:nix-community/neovim-nightly-overlay/758fb91ada20563788d3081dc708d570a99e4c96' (2022-07-14) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) → 'github:neovim/neovim/b81d1eb26502f403574113385a75444f8880828e?dir=contrib' (2022-07-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) → 'github:thiagokokada/nix-alien/97e2d0ef6620b6738569b374c109be27b8a609d5' (2022-07-09) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa' (2022-06-22) → 'github:nix-community/nixos-generators/3323b944d99b026aebfd8de439e001409dde067d' (2022-07-13) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) → 'github:NixOS/nixpkgs/4bc1c1bd2f5b1101443fe775bb737a812fc8b925' (2022-07-14) • Updated input 'nur': 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) → 'github:nix-community/NUR/88866341491ab5de1f376cd3e499a4e6c45e806b' (2022-07-14) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07) → 'github:oxalica/rust-overlay/db9443ca1384f94c0aa63f4e74115f7c0632a8e6' (2022-07-14)
2022-07-15 01:32:39 +00:00
"lastModified": 1657783262,
"narHash": "sha256-dKaxv6EqHRZ54lNuY449YL8VTwUgXLCBwBEUrCvgixE=",
"owner": "neovim",
"repo": "neovim",
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) → 'github:nix-community/emacs-overlay/b51bea50371cc7a98863fb64bf1aaa1126a68a36' (2022-07-14) • Updated input 'home-manager': 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) → 'github:nix-community/home-manager/2c94b9801f1a11cde0fc97aa850687bb9137d42c' (2022-07-13) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) → 'github:nix-community/neovim-nightly-overlay/758fb91ada20563788d3081dc708d570a99e4c96' (2022-07-14) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) → 'github:neovim/neovim/b81d1eb26502f403574113385a75444f8880828e?dir=contrib' (2022-07-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) → 'github:thiagokokada/nix-alien/97e2d0ef6620b6738569b374c109be27b8a609d5' (2022-07-09) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa' (2022-06-22) → 'github:nix-community/nixos-generators/3323b944d99b026aebfd8de439e001409dde067d' (2022-07-13) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) → 'github:NixOS/nixpkgs/4bc1c1bd2f5b1101443fe775bb737a812fc8b925' (2022-07-14) • Updated input 'nur': 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) → 'github:nix-community/NUR/88866341491ab5de1f376cd3e499a4e6c45e806b' (2022-07-14) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07) → 'github:oxalica/rust-overlay/db9443ca1384f94c0aa63f4e74115f7c0632a8e6' (2022-07-14)
2022-07-15 01:32:39 +00:00
"rev": "b81d1eb26502f403574113385a75444f8880828e",
"type": "github"
},
"original": {
"dir": "contrib",
"owner": "neovim",
"repo": "neovim",
"type": "github"
}
},
"neovim-nightly-overlay": {
"inputs": {
flake.lock: update inputs Flake lock file updates: • Updated input 'devshell': 'github:numtide/devshell/f55e05c6d3bbe9acc7363bc8fc739518b2f02976' (2022-06-10) → 'github:numtide/devshell/899ca4629020592a13a46783587f6e674179d1db' (2022-06-23) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/270d5e914b4c0425a4982cf585c91d6760e78777' (2022-06-16) → 'github:nix-community/emacs-overlay/3f21945eac3ef08d7f3fd329dbe3954fe52f3d10' (2022-06-30) • Updated input 'emacs-overlay/flake-utils': 'github:numtide/flake-utils/1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1' (2022-05-30) → 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) • Updated input 'emacs-overlay/nixpkgs': 'path:/nix/store/brix2rfkgl7wwyhsw8zl8cbqsj4a3yw7-source?lastModified=0&narHash=sha256-nFAMETXEhIrqnBe28u6vqy4ixSRr0BRrlZLlS0e7eoM=' (1970-01-01) → 'path:/nix/store/hcsl8zxvg8jnncid40xnm3drlvdcqd4c-source?lastModified=0&narHash=sha256-Cc5hQSMsTzOHmZnYm8OSJ5RNUp22bd5NADWLHorULWQ=' (1970-01-01) • Updated input 'flake-utils': 'github:numtide/flake-utils/1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1' (2022-05-30) → 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) • Updated input 'home-manager': 'github:nix-community/home-manager/1de492f6f8e9937c822333739c5d5b20d93bf49f' (2022-06-16) → 'github:nix-community/home-manager/3bf16c0fd141c28312be52945d1543f9ce557bb1' (2022-06-27) • Removed input 'home-manager/flake-compat' • Removed input 'home-manager/nmd' • Removed input 'home-manager/nmt' • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/244429ca2ba599a9466963081e6cfcca262315cd' (2022-06-16) → 'github:nix-community/neovim-nightly-overlay/07ffc512ce0c8581da47dc4a35057ecbdaef6216' (2022-06-30) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/0e8186bdd8699fb20ad70e28813c3603f9ff0ece?dir=contrib' (2022-06-16) → 'github:neovim/neovim/6f6286e4f90da25a7d1b6bcc96b79b0ccbaf5c26?dir=contrib' (2022-06-29) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/6616de389ed55fba6eeba60377fc04732d5a207c' (2022-06-14) → 'github:nixos/nixpkgs/cf3ab54b4afe2b7477faa1dd0b65bf74c055d70c' (2022-06-29) • Updated input 'nix-colors': 'github:misterio77/nix-colors/2c2e107765b7b2e54b10d3fc2ffe5ed2ca2c7731' (2022-06-12) → 'github:misterio77/nix-colors/308fe8855ee4c35347baeaf182453396abdbe8df' (2022-06-22) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/fb3ee0f618b8c80dea1239691b15dfeb4bb46331' (2022-05-23) → 'github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa' (2022-06-22) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/29769d2a1390d294469bcc6518f17931953545e1' (2022-06-16) → 'github:NixOS/nixpkgs/16de63fcc54e88b9a106a603038dd5dd2feb21eb' (2022-06-28) • Updated input 'nur': 'github:nix-community/NUR/264f740c36c3f092ed2ff2689021533bbf8b2e23' (2022-06-17) → 'github:nix-community/NUR/b58e819d423cc525475b43bd06cf5f999feb5325' (2022-06-30) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/9eea93067eff400846c36f57b7499df9ef428ba0' (2022-06-17) → 'github:oxalica/rust-overlay/3e95d6696b51f88b3ebfc7a21aefaeeb70a245bd' (2022-06-30) • Updated input 'rust-overlay/flake-utils': 'github:numtide/flake-utils/bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4' (2021-11-15) → 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24)
2022-07-01 02:08:31 +00:00
"flake-compat": "flake-compat",
"neovim-flake": "neovim-flake",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) → 'github:nix-community/emacs-overlay/b51bea50371cc7a98863fb64bf1aaa1126a68a36' (2022-07-14) • Updated input 'home-manager': 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) → 'github:nix-community/home-manager/2c94b9801f1a11cde0fc97aa850687bb9137d42c' (2022-07-13) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) → 'github:nix-community/neovim-nightly-overlay/758fb91ada20563788d3081dc708d570a99e4c96' (2022-07-14) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) → 'github:neovim/neovim/b81d1eb26502f403574113385a75444f8880828e?dir=contrib' (2022-07-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) → 'github:thiagokokada/nix-alien/97e2d0ef6620b6738569b374c109be27b8a609d5' (2022-07-09) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa' (2022-06-22) → 'github:nix-community/nixos-generators/3323b944d99b026aebfd8de439e001409dde067d' (2022-07-13) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) → 'github:NixOS/nixpkgs/4bc1c1bd2f5b1101443fe775bb737a812fc8b925' (2022-07-14) • Updated input 'nur': 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) → 'github:nix-community/NUR/88866341491ab5de1f376cd3e499a4e6c45e806b' (2022-07-14) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07) → 'github:oxalica/rust-overlay/db9443ca1384f94c0aa63f4e74115f7c0632a8e6' (2022-07-14)
2022-07-15 01:32:39 +00:00
"lastModified": 1657786622,
"narHash": "sha256-stsAKo9dnuU0YIKT7c6bV5a6F2yX7P2Rm5Acpa7pTfk=",
"owner": "nix-community",
"repo": "neovim-nightly-overlay",
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) → 'github:nix-community/emacs-overlay/b51bea50371cc7a98863fb64bf1aaa1126a68a36' (2022-07-14) • Updated input 'home-manager': 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) → 'github:nix-community/home-manager/2c94b9801f1a11cde0fc97aa850687bb9137d42c' (2022-07-13) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) → 'github:nix-community/neovim-nightly-overlay/758fb91ada20563788d3081dc708d570a99e4c96' (2022-07-14) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) → 'github:neovim/neovim/b81d1eb26502f403574113385a75444f8880828e?dir=contrib' (2022-07-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) → 'github:thiagokokada/nix-alien/97e2d0ef6620b6738569b374c109be27b8a609d5' (2022-07-09) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa' (2022-06-22) → 'github:nix-community/nixos-generators/3323b944d99b026aebfd8de439e001409dde067d' (2022-07-13) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) → 'github:NixOS/nixpkgs/4bc1c1bd2f5b1101443fe775bb737a812fc8b925' (2022-07-14) • Updated input 'nur': 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) → 'github:nix-community/NUR/88866341491ab5de1f376cd3e499a4e6c45e806b' (2022-07-14) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07) → 'github:oxalica/rust-overlay/db9443ca1384f94c0aa63f4e74115f7c0632a8e6' (2022-07-14)
2022-07-15 01:32:39 +00:00
"rev": "758fb91ada20563788d3081dc708d570a99e4c96",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "neovim-nightly-overlay",
"type": "github"
}
},
"nix-alien": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
],
"poetry2nix": "poetry2nix"
},
"locked": {
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) → 'github:nix-community/emacs-overlay/b51bea50371cc7a98863fb64bf1aaa1126a68a36' (2022-07-14) • Updated input 'home-manager': 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) → 'github:nix-community/home-manager/2c94b9801f1a11cde0fc97aa850687bb9137d42c' (2022-07-13) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) → 'github:nix-community/neovim-nightly-overlay/758fb91ada20563788d3081dc708d570a99e4c96' (2022-07-14) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) → 'github:neovim/neovim/b81d1eb26502f403574113385a75444f8880828e?dir=contrib' (2022-07-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) → 'github:thiagokokada/nix-alien/97e2d0ef6620b6738569b374c109be27b8a609d5' (2022-07-09) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa' (2022-06-22) → 'github:nix-community/nixos-generators/3323b944d99b026aebfd8de439e001409dde067d' (2022-07-13) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) → 'github:NixOS/nixpkgs/4bc1c1bd2f5b1101443fe775bb737a812fc8b925' (2022-07-14) • Updated input 'nur': 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) → 'github:nix-community/NUR/88866341491ab5de1f376cd3e499a4e6c45e806b' (2022-07-14) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07) → 'github:oxalica/rust-overlay/db9443ca1384f94c0aa63f4e74115f7c0632a8e6' (2022-07-14)
2022-07-15 01:32:39 +00:00
"lastModified": 1657393466,
"narHash": "sha256-+903NY1f8OLALHjthm3hWBF/70mmcn8NeAXoFnXJ5Iw=",
"owner": "thiagokokada",
"repo": "nix-alien",
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) → 'github:nix-community/emacs-overlay/b51bea50371cc7a98863fb64bf1aaa1126a68a36' (2022-07-14) • Updated input 'home-manager': 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) → 'github:nix-community/home-manager/2c94b9801f1a11cde0fc97aa850687bb9137d42c' (2022-07-13) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) → 'github:nix-community/neovim-nightly-overlay/758fb91ada20563788d3081dc708d570a99e4c96' (2022-07-14) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) → 'github:neovim/neovim/b81d1eb26502f403574113385a75444f8880828e?dir=contrib' (2022-07-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) → 'github:thiagokokada/nix-alien/97e2d0ef6620b6738569b374c109be27b8a609d5' (2022-07-09) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa' (2022-06-22) → 'github:nix-community/nixos-generators/3323b944d99b026aebfd8de439e001409dde067d' (2022-07-13) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) → 'github:NixOS/nixpkgs/4bc1c1bd2f5b1101443fe775bb737a812fc8b925' (2022-07-14) • Updated input 'nur': 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) → 'github:nix-community/NUR/88866341491ab5de1f376cd3e499a4e6c45e806b' (2022-07-14) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07) → 'github:oxalica/rust-overlay/db9443ca1384f94c0aa63f4e74115f7c0632a8e6' (2022-07-14)
2022-07-15 01:32:39 +00:00
"rev": "97e2d0ef6620b6738569b374c109be27b8a609d5",
"type": "github"
},
"original": {
"owner": "thiagokokada",
"repo": "nix-alien",
"type": "github"
}
},
flake.lock: update Flake lock file updates: • Updated input 'agenix': 'github:ryantm/agenix/a17d1f30550260f8b45764ddbd0391f4b1ed714a' (2022-02-02) → 'github:ryantm/agenix/b4ab630f195cb15f833cb285de232b1a22d1ea0a' (2022-02-22) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/6ecfaeb355326456e7b331d1527105adab360adc' (2022-02-18) → 'github:nix-community/emacs-overlay/f7eca8816dd24bed25f7c6a49cf4185d3725642d' (2022-02-27) • Updated input 'home-manager': 'github:nix-community/home-manager/4f4165a8b9108818ab0193bbd1a252106870b2a2' (2022-02-17) → 'github:nix-community/home-manager/2499b916921adde8a694117bc007efdde8bbd918' (2022-02-27) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/7ab23810d3844251fef656d7acc4bfbb2c4584bd' (2022-02-18) → 'github:nix-community/neovim-nightly-overlay/9a5300fb01ef2eb5013f932913e8e7d5d96e4e9d' (2022-02-26) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/faeff49cbfd190afba67e221412b7132b7ad8360?dir=contrib' (2022-02-18) → 'github:neovim/neovim/005a7aa1670841dfdffb7559161a7d37d6c14bc4?dir=contrib' (2022-02-25) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/48d63e924a2666baf37f4f14a18f19347fbd54a2' (2022-02-10) → 'github:nixos/nixpkgs/7f9b6e2babf232412682c09e57ed666d8f84ac2d' (2022-02-21) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/296067b9c7a172d294831dec89d86847f30a7cfc' (2021-12-26) → 'github:nix-community/nixos-generators/05773c5d1584cebd5eda41675c3456dcabdef42a' (2022-02-25) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/19574af0af3ffaf7c9e359744ed32556f34536bd' (2022-02-16) → 'github:NixOS/nixpkgs/7dda625e7f63445ff61bcf11618999d2c97d5865' (2022-02-23) • Updated input 'nur': 'github:nix-community/NUR/8d98d367039695d78ef5cf89da6e577886de81c1' (2022-02-18) → 'github:nix-community/NUR/1dfd799af1c96ce96e7db9c4f97d8a9fc4f0e30d' (2022-02-27) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/9ce263da4310d02bd16f18f4db1c617265939a3e' (2022-02-19) → 'github:oxalica/rust-overlay/7f273929e83a196f96a0dbee9ea565952e340bd6' (2022-02-26)
2022-02-27 02:07:18 +00:00
"nix-colors": {
flake.lock: update inputs Flake lock file updates: • Updated input 'devshell': 'github:numtide/devshell/fc7a3e3adde9bbcab68af6d1e3c6eb738e296a92' (2022-05-30) → 'github:numtide/devshell/f55e05c6d3bbe9acc7363bc8fc739518b2f02976' (2022-06-10) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/cf5a17b22ffd987e24770d33b5b59ea496eeac49' (2022-06-09) → 'github:nix-community/emacs-overlay/270d5e914b4c0425a4982cf585c91d6760e78777' (2022-06-16) • Updated input 'emacs-overlay/nixpkgs': 'path:/nix/store/im6zyyscxwfdmks347djqly7aqnkk807-source?lastModified=0&narHash=sha256-Kw%2fKeoFXszNsF5mORP45mrxCP+k9Aq03hWcuWCL9sdI=' (1970-01-01) → 'path:/nix/store/brix2rfkgl7wwyhsw8zl8cbqsj4a3yw7-source?lastModified=0&narHash=sha256-nFAMETXEhIrqnBe28u6vqy4ixSRr0BRrlZLlS0e7eoM=' (1970-01-01) • Updated input 'home-manager': 'github:nix-community/home-manager/70824bb5c790b820b189f62f643f795b1d2ade2e' (2022-06-07) → 'github:nix-community/home-manager/1de492f6f8e9937c822333739c5d5b20d93bf49f' (2022-06-16) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/815b2ce4ab48124b5761f5583f8a0ef5da2714d7' (2022-06-09) → 'github:nix-community/neovim-nightly-overlay/244429ca2ba599a9466963081e6cfcca262315cd' (2022-06-16) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/c5720c72213810adb75d3277ac645eb6fc8dafa8?dir=contrib' (2022-06-09) → 'github:neovim/neovim/0e8186bdd8699fb20ad70e28813c3603f9ff0ece?dir=contrib' (2022-06-16) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/033bd4fa9a8fbe0c68a88e925d9a884161044b25' (2022-06-07) → 'github:nixos/nixpkgs/6616de389ed55fba6eeba60377fc04732d5a207c' (2022-06-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/faeda0a028eca556dec136631f2e905fd7a46bb7' (2022-05-17) → 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) • Updated input 'nix-alien/flake-utils': 'github:numtide/flake-utils/12806d31a381e7cd169a6bac35590e7b36dc5fe5' (2022-05-14) → 'github:numtide/flake-utils/1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1' (2022-05-30) • Updated input 'nix-alien/poetry2nix': 'github:nix-community/poetry2nix/88ffae91c605aaafc2797f4096ca9f065152796a' (2022-05-14) → 'github:nix-community/poetry2nix/347ccb4ce58e7af1ece3f9743019263c4aede7b8' (2022-06-13) • Updated input 'nix-colors': 'github:misterio77/nix-colors/fe9fd38b9ddc81afe5d45be6d286472de3f89f03' (2022-05-12) → 'github:misterio77/nix-colors/2c2e107765b7b2e54b10d3fc2ffe5ed2ca2c7731' (2022-06-12) • Added input 'nix-colors/base16-schemes': 'github:base16-project/base16-schemes/7c247f734eac7f04518c6e28d098635ee8dcabf5' (2022-06-10) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/18de53ca965bd0678aaf09e5ce0daae05c58355a' (2022-06-08) → 'github:NixOS/nixpkgs/29769d2a1390d294469bcc6518f17931953545e1' (2022-06-16) • Updated input 'nur': 'github:nix-community/NUR/d52f3d30fa7d0672844941450ba07159f4b30f8b' (2022-06-09) → 'github:nix-community/NUR/264f740c36c3f092ed2ff2689021533bbf8b2e23' (2022-06-17) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b37b28553b1009f34fc6ca06ba87329e2a584a98' (2022-06-09) → 'github:oxalica/rust-overlay/9eea93067eff400846c36f57b7499df9ef428ba0' (2022-06-17)
2022-06-17 04:06:10 +00:00
"inputs": {
"base16-schemes": "base16-schemes"
},
flake.lock: update Flake lock file updates: • Updated input 'agenix': 'github:ryantm/agenix/a17d1f30550260f8b45764ddbd0391f4b1ed714a' (2022-02-02) → 'github:ryantm/agenix/b4ab630f195cb15f833cb285de232b1a22d1ea0a' (2022-02-22) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/6ecfaeb355326456e7b331d1527105adab360adc' (2022-02-18) → 'github:nix-community/emacs-overlay/f7eca8816dd24bed25f7c6a49cf4185d3725642d' (2022-02-27) • Updated input 'home-manager': 'github:nix-community/home-manager/4f4165a8b9108818ab0193bbd1a252106870b2a2' (2022-02-17) → 'github:nix-community/home-manager/2499b916921adde8a694117bc007efdde8bbd918' (2022-02-27) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/7ab23810d3844251fef656d7acc4bfbb2c4584bd' (2022-02-18) → 'github:nix-community/neovim-nightly-overlay/9a5300fb01ef2eb5013f932913e8e7d5d96e4e9d' (2022-02-26) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/faeff49cbfd190afba67e221412b7132b7ad8360?dir=contrib' (2022-02-18) → 'github:neovim/neovim/005a7aa1670841dfdffb7559161a7d37d6c14bc4?dir=contrib' (2022-02-25) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/48d63e924a2666baf37f4f14a18f19347fbd54a2' (2022-02-10) → 'github:nixos/nixpkgs/7f9b6e2babf232412682c09e57ed666d8f84ac2d' (2022-02-21) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/296067b9c7a172d294831dec89d86847f30a7cfc' (2021-12-26) → 'github:nix-community/nixos-generators/05773c5d1584cebd5eda41675c3456dcabdef42a' (2022-02-25) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/19574af0af3ffaf7c9e359744ed32556f34536bd' (2022-02-16) → 'github:NixOS/nixpkgs/7dda625e7f63445ff61bcf11618999d2c97d5865' (2022-02-23) • Updated input 'nur': 'github:nix-community/NUR/8d98d367039695d78ef5cf89da6e577886de81c1' (2022-02-18) → 'github:nix-community/NUR/1dfd799af1c96ce96e7db9c4f97d8a9fc4f0e30d' (2022-02-27) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/9ce263da4310d02bd16f18f4db1c617265939a3e' (2022-02-19) → 'github:oxalica/rust-overlay/7f273929e83a196f96a0dbee9ea565952e340bd6' (2022-02-26)
2022-02-27 02:07:18 +00:00
"locked": {
flake.lock: update inputs Flake lock file updates: • Updated input 'dotfiles': 'github:foo-dogsquared/dotfiles/2312e925f2ee558658fd888332245e8b8e79c8b4' (2022-07-05) → 'github:foo-dogsquared/dotfiles/beb55f46f2707ab5a42f9f96f31e2c8b7d97ee29' (2022-07-07) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/3f21945eac3ef08d7f3fd329dbe3954fe52f3d10' (2022-06-30) → 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) • Updated input 'emacs-overlay/flake-utils': 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) → 'github:numtide/flake-utils/7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249' (2022-07-04) • Updated input 'emacs-overlay/nixpkgs': 'path:/nix/store/hcsl8zxvg8jnncid40xnm3drlvdcqd4c-source?lastModified=0&narHash=sha256-Cc5hQSMsTzOHmZnYm8OSJ5RNUp22bd5NADWLHorULWQ=' (1970-01-01) → 'path:/nix/store/ab40lgr2lfs53qf2k64xqwhmjbfj41wf-source?lastModified=0&narHash=sha256-bUS2nfQsvTQW2z8SK7oEFSElbmoBahOPtbXPm0AL3I4=' (1970-01-01) • Updated input 'flake-utils': 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) → 'github:numtide/flake-utils/7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249' (2022-07-04) • Updated input 'home-manager': 'github:nix-community/home-manager/3bf16c0fd141c28312be52945d1543f9ce557bb1' (2022-06-27) → 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/07ffc512ce0c8581da47dc4a35057ecbdaef6216' (2022-06-30) → 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/6f6286e4f90da25a7d1b6bcc96b79b0ccbaf5c26?dir=contrib' (2022-06-29) → 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/cf3ab54b4afe2b7477faa1dd0b65bf74c055d70c' (2022-06-29) → 'github:nixos/nixpkgs/71a4f0dc3d80ba76f437c888c1c3d59f1df98163' (2022-07-05) • Updated input 'nix-colors': 'github:misterio77/nix-colors/308fe8855ee4c35347baeaf182453396abdbe8df' (2022-06-22) → 'github:misterio77/nix-colors/d97b39696794be1ece13fd58996c9a102bc9a971' (2022-07-06) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/16de63fcc54e88b9a106a603038dd5dd2feb21eb' (2022-06-28) → 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) • Updated input 'nur': 'github:nix-community/NUR/b58e819d423cc525475b43bd06cf5f999feb5325' (2022-06-30) → 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/3e95d6696b51f88b3ebfc7a21aefaeeb70a245bd' (2022-06-30) → 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07)
2022-07-07 16:28:28 +00:00
"lastModified": 1657130915,
"narHash": "sha256-RmvKqcW6QujbbwT7LCoAWFVtqlTcN25W92ytu47QiU4=",
flake.lock: update Flake lock file updates: • Updated input 'agenix': 'github:ryantm/agenix/a17d1f30550260f8b45764ddbd0391f4b1ed714a' (2022-02-02) → 'github:ryantm/agenix/b4ab630f195cb15f833cb285de232b1a22d1ea0a' (2022-02-22) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/6ecfaeb355326456e7b331d1527105adab360adc' (2022-02-18) → 'github:nix-community/emacs-overlay/f7eca8816dd24bed25f7c6a49cf4185d3725642d' (2022-02-27) • Updated input 'home-manager': 'github:nix-community/home-manager/4f4165a8b9108818ab0193bbd1a252106870b2a2' (2022-02-17) → 'github:nix-community/home-manager/2499b916921adde8a694117bc007efdde8bbd918' (2022-02-27) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/7ab23810d3844251fef656d7acc4bfbb2c4584bd' (2022-02-18) → 'github:nix-community/neovim-nightly-overlay/9a5300fb01ef2eb5013f932913e8e7d5d96e4e9d' (2022-02-26) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/faeff49cbfd190afba67e221412b7132b7ad8360?dir=contrib' (2022-02-18) → 'github:neovim/neovim/005a7aa1670841dfdffb7559161a7d37d6c14bc4?dir=contrib' (2022-02-25) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/48d63e924a2666baf37f4f14a18f19347fbd54a2' (2022-02-10) → 'github:nixos/nixpkgs/7f9b6e2babf232412682c09e57ed666d8f84ac2d' (2022-02-21) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/296067b9c7a172d294831dec89d86847f30a7cfc' (2021-12-26) → 'github:nix-community/nixos-generators/05773c5d1584cebd5eda41675c3456dcabdef42a' (2022-02-25) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/19574af0af3ffaf7c9e359744ed32556f34536bd' (2022-02-16) → 'github:NixOS/nixpkgs/7dda625e7f63445ff61bcf11618999d2c97d5865' (2022-02-23) • Updated input 'nur': 'github:nix-community/NUR/8d98d367039695d78ef5cf89da6e577886de81c1' (2022-02-18) → 'github:nix-community/NUR/1dfd799af1c96ce96e7db9c4f97d8a9fc4f0e30d' (2022-02-27) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/9ce263da4310d02bd16f18f4db1c617265939a3e' (2022-02-19) → 'github:oxalica/rust-overlay/7f273929e83a196f96a0dbee9ea565952e340bd6' (2022-02-26)
2022-02-27 02:07:18 +00:00
"owner": "misterio77",
"repo": "nix-colors",
flake.lock: update inputs Flake lock file updates: • Updated input 'dotfiles': 'github:foo-dogsquared/dotfiles/2312e925f2ee558658fd888332245e8b8e79c8b4' (2022-07-05) → 'github:foo-dogsquared/dotfiles/beb55f46f2707ab5a42f9f96f31e2c8b7d97ee29' (2022-07-07) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/3f21945eac3ef08d7f3fd329dbe3954fe52f3d10' (2022-06-30) → 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) • Updated input 'emacs-overlay/flake-utils': 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) → 'github:numtide/flake-utils/7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249' (2022-07-04) • Updated input 'emacs-overlay/nixpkgs': 'path:/nix/store/hcsl8zxvg8jnncid40xnm3drlvdcqd4c-source?lastModified=0&narHash=sha256-Cc5hQSMsTzOHmZnYm8OSJ5RNUp22bd5NADWLHorULWQ=' (1970-01-01) → 'path:/nix/store/ab40lgr2lfs53qf2k64xqwhmjbfj41wf-source?lastModified=0&narHash=sha256-bUS2nfQsvTQW2z8SK7oEFSElbmoBahOPtbXPm0AL3I4=' (1970-01-01) • Updated input 'flake-utils': 'github:numtide/flake-utils/bee6a7250dd1b01844a2de7e02e4df7d8a0a206c' (2022-06-24) → 'github:numtide/flake-utils/7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249' (2022-07-04) • Updated input 'home-manager': 'github:nix-community/home-manager/3bf16c0fd141c28312be52945d1543f9ce557bb1' (2022-06-27) → 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/07ffc512ce0c8581da47dc4a35057ecbdaef6216' (2022-06-30) → 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/6f6286e4f90da25a7d1b6bcc96b79b0ccbaf5c26?dir=contrib' (2022-06-29) → 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/cf3ab54b4afe2b7477faa1dd0b65bf74c055d70c' (2022-06-29) → 'github:nixos/nixpkgs/71a4f0dc3d80ba76f437c888c1c3d59f1df98163' (2022-07-05) • Updated input 'nix-colors': 'github:misterio77/nix-colors/308fe8855ee4c35347baeaf182453396abdbe8df' (2022-06-22) → 'github:misterio77/nix-colors/d97b39696794be1ece13fd58996c9a102bc9a971' (2022-07-06) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/16de63fcc54e88b9a106a603038dd5dd2feb21eb' (2022-06-28) → 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) • Updated input 'nur': 'github:nix-community/NUR/b58e819d423cc525475b43bd06cf5f999feb5325' (2022-06-30) → 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/3e95d6696b51f88b3ebfc7a21aefaeeb70a245bd' (2022-06-30) → 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07)
2022-07-07 16:28:28 +00:00
"rev": "d97b39696794be1ece13fd58996c9a102bc9a971",
flake.lock: update Flake lock file updates: • Updated input 'agenix': 'github:ryantm/agenix/a17d1f30550260f8b45764ddbd0391f4b1ed714a' (2022-02-02) → 'github:ryantm/agenix/b4ab630f195cb15f833cb285de232b1a22d1ea0a' (2022-02-22) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/6ecfaeb355326456e7b331d1527105adab360adc' (2022-02-18) → 'github:nix-community/emacs-overlay/f7eca8816dd24bed25f7c6a49cf4185d3725642d' (2022-02-27) • Updated input 'home-manager': 'github:nix-community/home-manager/4f4165a8b9108818ab0193bbd1a252106870b2a2' (2022-02-17) → 'github:nix-community/home-manager/2499b916921adde8a694117bc007efdde8bbd918' (2022-02-27) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/7ab23810d3844251fef656d7acc4bfbb2c4584bd' (2022-02-18) → 'github:nix-community/neovim-nightly-overlay/9a5300fb01ef2eb5013f932913e8e7d5d96e4e9d' (2022-02-26) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/faeff49cbfd190afba67e221412b7132b7ad8360?dir=contrib' (2022-02-18) → 'github:neovim/neovim/005a7aa1670841dfdffb7559161a7d37d6c14bc4?dir=contrib' (2022-02-25) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/48d63e924a2666baf37f4f14a18f19347fbd54a2' (2022-02-10) → 'github:nixos/nixpkgs/7f9b6e2babf232412682c09e57ed666d8f84ac2d' (2022-02-21) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/296067b9c7a172d294831dec89d86847f30a7cfc' (2021-12-26) → 'github:nix-community/nixos-generators/05773c5d1584cebd5eda41675c3456dcabdef42a' (2022-02-25) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/19574af0af3ffaf7c9e359744ed32556f34536bd' (2022-02-16) → 'github:NixOS/nixpkgs/7dda625e7f63445ff61bcf11618999d2c97d5865' (2022-02-23) • Updated input 'nur': 'github:nix-community/NUR/8d98d367039695d78ef5cf89da6e577886de81c1' (2022-02-18) → 'github:nix-community/NUR/1dfd799af1c96ce96e7db9c4f97d8a9fc4f0e30d' (2022-02-27) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/9ce263da4310d02bd16f18f4db1c617265939a3e' (2022-02-19) → 'github:oxalica/rust-overlay/7f273929e83a196f96a0dbee9ea565952e340bd6' (2022-02-26)
2022-02-27 02:07:18 +00:00
"type": "github"
},
"original": {
"owner": "misterio77",
"repo": "nix-colors",
"type": "github"
}
},
"nix-ld": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"utils": "utils"
},
"locked": {
flake.lock: update inputs Flake lock file updates: • Updated input 'agenix': 'github:ryantm/agenix/0d5e59ed645e4c7b60174bc6f6aac6a203dc0b01' (2022-04-02) → 'github:ryantm/agenix/7e5e58b98c3dcbf497543ff6f22591552ebfe65b' (2022-05-16) • Updated input 'devshell': 'github:numtide/devshell/d97df53b5ddaa1cfbea7cddbd207eb2634304733' (2022-04-25) → 'github:numtide/devshell/a5327cd01e58d2848c73062f2661278ad615748f' (2022-05-19) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/6a61ab567c4a827819e53fd0e6716f6f2f77739d' (2022-05-15) → 'github:nix-community/emacs-overlay/c04830e91ab27bb98f66d936f36137275804a6e3' (2022-05-20) • Updated input 'emacs-overlay/flake-utils': 'github:numtide/flake-utils/12806d31a381e7cd169a6bac35590e7b36dc5fe5' (2022-05-14) → 'github:numtide/flake-utils/04c1b180862888302ddfb2e3ad9eaa63afc60cf8' (2022-05-17) • Updated input 'emacs-overlay/nixpkgs': 'path:/nix/store/wp8kk9nivpnrb2lnrr4vk82mns668xh8-source?lastModified=0&narHash=sha256-kfATGChLe9%2ffQVZkXN9G71JAVMlhePv1qDbaRKklkQs=' (1970-01-01) → 'path:/nix/store/15zna433wy0ncyw7m9d0m86cb5vr64hx-source?lastModified=0&narHash=sha256-Z9BuUCS0IocoRahFvFDJNU5Q+xM5%2flS8Ng4JJFH3+UU=' (1970-01-01) • Updated input 'flake-utils': 'github:numtide/flake-utils/12806d31a381e7cd169a6bac35590e7b36dc5fe5' (2022-05-14) → 'github:numtide/flake-utils/04c1b180862888302ddfb2e3ad9eaa63afc60cf8' (2022-05-17) • Updated input 'home-manager': 'github:nix-community/home-manager/273598f53e04f0111dca5724b37640e3907edaaf' (2022-05-13) → 'github:nix-community/home-manager/02b15de8ad714409358cffdc6ed518ade03402c4' (2022-05-19) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/114c95b73123731946ef0d14c217ee5ae37f765b' (2022-05-14) → 'github:nix-community/neovim-nightly-overlay/1ff270f63d9179b83ed2aadbdba3d0880a091305' (2022-05-20) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/9e4286294f9caa5a20851706331cc46a5342f326?dir=contrib' (2022-05-13) → 'github:neovim/neovim/eb0aa8bb0ebc3cc233af6a5281c553d14ee57183?dir=contrib' (2022-05-19) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/d89d7af1ba23bd8a5341d00bdd862e8e9a808f56' (2022-05-12) → 'github:nixos/nixpkgs/48037fd90426e44e4bf03e6479e88a11453b9b66' (2022-05-18) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/3c57b67495fca090ffa7fc3e341e3f6f8e60340b' (2022-04-29) → 'github:thiagokokada/nix-alien/faeda0a028eca556dec136631f2e905fd7a46bb7' (2022-05-17) • Updated input 'nix-alien/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/12806d31a381e7cd169a6bac35590e7b36dc5fe5' (2022-05-14) • Updated input 'nix-alien/poetry2nix': 'github:nix-community/poetry2nix/80c070de9a0683df114549b80f9af73697a48a70' (2022-04-22) → 'github:nix-community/poetry2nix/88ffae91c605aaafc2797f4096ca9f065152796a' (2022-05-14) • Updated input 'nix-ld': 'github:Mic92/nix-ld/0611d1c7f8bdd3ae543ab54e93a5222ffba4763f' (2022-05-14) → 'github:Mic92/nix-ld/c25cc4b5ec65f03c2bb96f927ae724a59c51d7ee' (2022-05-15) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/f7a22851667ac89ac1863ede0d8c386fc6eb12a0' (2022-05-14) → 'github:NixOS/nixpkgs/52dc75a4fee3fdbcb792cb6fba009876b912bfe0' (2022-05-18) • Updated input 'nur': 'github:nix-community/NUR/76a09c52fa2747dd54f7d4aa3d157612b48d9f36' (2022-05-15) → 'github:nix-community/NUR/003c37e059a745325a3383fd0ca243f44d54bb28' (2022-05-20) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/8cb3e0b16287177c909e01ccb3e2485ec9c01f87' (2022-05-15) → 'github:oxalica/rust-overlay/6ae180c1af192475b29e269f10d9da2d5abec4f0' (2022-05-20)
2022-05-21 01:49:34 +00:00
"lastModified": 1652641841,
"narHash": "sha256-TTBz20XR2vmvOSDu8hXcbHbOEI0t/IWq8vZuRKyep1E=",
"owner": "Mic92",
"repo": "nix-ld",
flake.lock: update inputs Flake lock file updates: • Updated input 'agenix': 'github:ryantm/agenix/0d5e59ed645e4c7b60174bc6f6aac6a203dc0b01' (2022-04-02) → 'github:ryantm/agenix/7e5e58b98c3dcbf497543ff6f22591552ebfe65b' (2022-05-16) • Updated input 'devshell': 'github:numtide/devshell/d97df53b5ddaa1cfbea7cddbd207eb2634304733' (2022-04-25) → 'github:numtide/devshell/a5327cd01e58d2848c73062f2661278ad615748f' (2022-05-19) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/6a61ab567c4a827819e53fd0e6716f6f2f77739d' (2022-05-15) → 'github:nix-community/emacs-overlay/c04830e91ab27bb98f66d936f36137275804a6e3' (2022-05-20) • Updated input 'emacs-overlay/flake-utils': 'github:numtide/flake-utils/12806d31a381e7cd169a6bac35590e7b36dc5fe5' (2022-05-14) → 'github:numtide/flake-utils/04c1b180862888302ddfb2e3ad9eaa63afc60cf8' (2022-05-17) • Updated input 'emacs-overlay/nixpkgs': 'path:/nix/store/wp8kk9nivpnrb2lnrr4vk82mns668xh8-source?lastModified=0&narHash=sha256-kfATGChLe9%2ffQVZkXN9G71JAVMlhePv1qDbaRKklkQs=' (1970-01-01) → 'path:/nix/store/15zna433wy0ncyw7m9d0m86cb5vr64hx-source?lastModified=0&narHash=sha256-Z9BuUCS0IocoRahFvFDJNU5Q+xM5%2flS8Ng4JJFH3+UU=' (1970-01-01) • Updated input 'flake-utils': 'github:numtide/flake-utils/12806d31a381e7cd169a6bac35590e7b36dc5fe5' (2022-05-14) → 'github:numtide/flake-utils/04c1b180862888302ddfb2e3ad9eaa63afc60cf8' (2022-05-17) • Updated input 'home-manager': 'github:nix-community/home-manager/273598f53e04f0111dca5724b37640e3907edaaf' (2022-05-13) → 'github:nix-community/home-manager/02b15de8ad714409358cffdc6ed518ade03402c4' (2022-05-19) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/114c95b73123731946ef0d14c217ee5ae37f765b' (2022-05-14) → 'github:nix-community/neovim-nightly-overlay/1ff270f63d9179b83ed2aadbdba3d0880a091305' (2022-05-20) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/9e4286294f9caa5a20851706331cc46a5342f326?dir=contrib' (2022-05-13) → 'github:neovim/neovim/eb0aa8bb0ebc3cc233af6a5281c553d14ee57183?dir=contrib' (2022-05-19) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/d89d7af1ba23bd8a5341d00bdd862e8e9a808f56' (2022-05-12) → 'github:nixos/nixpkgs/48037fd90426e44e4bf03e6479e88a11453b9b66' (2022-05-18) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/3c57b67495fca090ffa7fc3e341e3f6f8e60340b' (2022-04-29) → 'github:thiagokokada/nix-alien/faeda0a028eca556dec136631f2e905fd7a46bb7' (2022-05-17) • Updated input 'nix-alien/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/12806d31a381e7cd169a6bac35590e7b36dc5fe5' (2022-05-14) • Updated input 'nix-alien/poetry2nix': 'github:nix-community/poetry2nix/80c070de9a0683df114549b80f9af73697a48a70' (2022-04-22) → 'github:nix-community/poetry2nix/88ffae91c605aaafc2797f4096ca9f065152796a' (2022-05-14) • Updated input 'nix-ld': 'github:Mic92/nix-ld/0611d1c7f8bdd3ae543ab54e93a5222ffba4763f' (2022-05-14) → 'github:Mic92/nix-ld/c25cc4b5ec65f03c2bb96f927ae724a59c51d7ee' (2022-05-15) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/f7a22851667ac89ac1863ede0d8c386fc6eb12a0' (2022-05-14) → 'github:NixOS/nixpkgs/52dc75a4fee3fdbcb792cb6fba009876b912bfe0' (2022-05-18) • Updated input 'nur': 'github:nix-community/NUR/76a09c52fa2747dd54f7d4aa3d157612b48d9f36' (2022-05-15) → 'github:nix-community/NUR/003c37e059a745325a3383fd0ca243f44d54bb28' (2022-05-20) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/8cb3e0b16287177c909e01ccb3e2485ec9c01f87' (2022-05-15) → 'github:oxalica/rust-overlay/6ae180c1af192475b29e269f10d9da2d5abec4f0' (2022-05-20)
2022-05-21 01:49:34 +00:00
"rev": "c25cc4b5ec65f03c2bb96f927ae724a59c51d7ee",
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "nix-ld",
"type": "github"
}
},
2022-02-04 15:59:01 +00:00
"nixlib": {
"locked": {
2022-02-04 15:59:01 +00:00
"lastModified": 1636849918,
"narHash": "sha256-nzUK6dPcTmNVrgTAC1EOybSMsrcx+QrVPyqRdyKLkjA=",
"owner": "nix-community",
"repo": "nixpkgs.lib",
"rev": "28a5b0557f14124608db68d3ee1f77e9329e9dd5",
"type": "github"
},
"original": {
2022-02-04 15:59:01 +00:00
"owner": "nix-community",
"repo": "nixpkgs.lib",
"type": "github"
}
},
2022-02-04 15:59:01 +00:00
"nixos-generators": {
"inputs": {
"nixlib": "nixlib",
"nixpkgs": [
"nixpkgs"
]
},
2021-11-27 08:04:01 +00:00
"locked": {
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) → 'github:nix-community/emacs-overlay/b51bea50371cc7a98863fb64bf1aaa1126a68a36' (2022-07-14) • Updated input 'home-manager': 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) → 'github:nix-community/home-manager/2c94b9801f1a11cde0fc97aa850687bb9137d42c' (2022-07-13) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) → 'github:nix-community/neovim-nightly-overlay/758fb91ada20563788d3081dc708d570a99e4c96' (2022-07-14) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) → 'github:neovim/neovim/b81d1eb26502f403574113385a75444f8880828e?dir=contrib' (2022-07-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) → 'github:thiagokokada/nix-alien/97e2d0ef6620b6738569b374c109be27b8a609d5' (2022-07-09) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa' (2022-06-22) → 'github:nix-community/nixos-generators/3323b944d99b026aebfd8de439e001409dde067d' (2022-07-13) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) → 'github:NixOS/nixpkgs/4bc1c1bd2f5b1101443fe775bb737a812fc8b925' (2022-07-14) • Updated input 'nur': 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) → 'github:nix-community/NUR/88866341491ab5de1f376cd3e499a4e6c45e806b' (2022-07-14) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07) → 'github:oxalica/rust-overlay/db9443ca1384f94c0aa63f4e74115f7c0632a8e6' (2022-07-14)
2022-07-15 01:32:39 +00:00
"lastModified": 1657748715,
"narHash": "sha256-WecDwDY/hEcDQYzFnccCNa+5Umht0lfjx/d1qGDy/rQ=",
2022-02-04 15:59:01 +00:00
"owner": "nix-community",
"repo": "nixos-generators",
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) → 'github:nix-community/emacs-overlay/b51bea50371cc7a98863fb64bf1aaa1126a68a36' (2022-07-14) • Updated input 'home-manager': 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) → 'github:nix-community/home-manager/2c94b9801f1a11cde0fc97aa850687bb9137d42c' (2022-07-13) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) → 'github:nix-community/neovim-nightly-overlay/758fb91ada20563788d3081dc708d570a99e4c96' (2022-07-14) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) → 'github:neovim/neovim/b81d1eb26502f403574113385a75444f8880828e?dir=contrib' (2022-07-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) → 'github:thiagokokada/nix-alien/97e2d0ef6620b6738569b374c109be27b8a609d5' (2022-07-09) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa' (2022-06-22) → 'github:nix-community/nixos-generators/3323b944d99b026aebfd8de439e001409dde067d' (2022-07-13) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) → 'github:NixOS/nixpkgs/4bc1c1bd2f5b1101443fe775bb737a812fc8b925' (2022-07-14) • Updated input 'nur': 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) → 'github:nix-community/NUR/88866341491ab5de1f376cd3e499a4e6c45e806b' (2022-07-14) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07) → 'github:oxalica/rust-overlay/db9443ca1384f94c0aa63f4e74115f7c0632a8e6' (2022-07-14)
2022-07-15 01:32:39 +00:00
"rev": "3323b944d99b026aebfd8de439e001409dde067d",
2021-12-26 09:33:00 +00:00
"type": "github"
},
"original": {
2022-02-04 15:59:01 +00:00
"owner": "nix-community",
"repo": "nixos-generators",
2021-12-26 09:33:00 +00:00
"type": "github"
}
},
2022-02-04 15:59:01 +00:00
"nixpkgs": {
"locked": {
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) → 'github:nix-community/emacs-overlay/b51bea50371cc7a98863fb64bf1aaa1126a68a36' (2022-07-14) • Updated input 'home-manager': 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) → 'github:nix-community/home-manager/2c94b9801f1a11cde0fc97aa850687bb9137d42c' (2022-07-13) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) → 'github:nix-community/neovim-nightly-overlay/758fb91ada20563788d3081dc708d570a99e4c96' (2022-07-14) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) → 'github:neovim/neovim/b81d1eb26502f403574113385a75444f8880828e?dir=contrib' (2022-07-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) → 'github:thiagokokada/nix-alien/97e2d0ef6620b6738569b374c109be27b8a609d5' (2022-07-09) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa' (2022-06-22) → 'github:nix-community/nixos-generators/3323b944d99b026aebfd8de439e001409dde067d' (2022-07-13) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) → 'github:NixOS/nixpkgs/4bc1c1bd2f5b1101443fe775bb737a812fc8b925' (2022-07-14) • Updated input 'nur': 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) → 'github:nix-community/NUR/88866341491ab5de1f376cd3e499a4e6c45e806b' (2022-07-14) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07) → 'github:oxalica/rust-overlay/db9443ca1384f94c0aa63f4e74115f7c0632a8e6' (2022-07-14)
2022-07-15 01:32:39 +00:00
"lastModified": 1657800465,
"narHash": "sha256-KfptECgyFFKouyYtmBjqOCh9N8pUt/noSW93ov0Xnv0=",
"owner": "NixOS",
"repo": "nixpkgs",
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) → 'github:nix-community/emacs-overlay/b51bea50371cc7a98863fb64bf1aaa1126a68a36' (2022-07-14) • Updated input 'home-manager': 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) → 'github:nix-community/home-manager/2c94b9801f1a11cde0fc97aa850687bb9137d42c' (2022-07-13) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) → 'github:nix-community/neovim-nightly-overlay/758fb91ada20563788d3081dc708d570a99e4c96' (2022-07-14) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) → 'github:neovim/neovim/b81d1eb26502f403574113385a75444f8880828e?dir=contrib' (2022-07-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) → 'github:thiagokokada/nix-alien/97e2d0ef6620b6738569b374c109be27b8a609d5' (2022-07-09) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa' (2022-06-22) → 'github:nix-community/nixos-generators/3323b944d99b026aebfd8de439e001409dde067d' (2022-07-13) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) → 'github:NixOS/nixpkgs/4bc1c1bd2f5b1101443fe775bb737a812fc8b925' (2022-07-14) • Updated input 'nur': 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) → 'github:nix-community/NUR/88866341491ab5de1f376cd3e499a4e6c45e806b' (2022-07-14) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07) → 'github:oxalica/rust-overlay/db9443ca1384f94c0aa63f4e74115f7c0632a8e6' (2022-07-14)
2022-07-15 01:32:39 +00:00
"rev": "4bc1c1bd2f5b1101443fe775bb737a812fc8b925",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-22_05": {
"locked": {
"lastModified": 1657399715,
"narHash": "sha256-7YX+I8FP3/iJTRs33VhIbdx91YWlZQf8zaEEeM97964=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0ad6eae04953060dff8ba28af158799c3e13878d",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-22.05",
"repo": "nixpkgs",
"type": "github"
}
},
"nur": {
"locked": {
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) → 'github:nix-community/emacs-overlay/b51bea50371cc7a98863fb64bf1aaa1126a68a36' (2022-07-14) • Updated input 'home-manager': 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) → 'github:nix-community/home-manager/2c94b9801f1a11cde0fc97aa850687bb9137d42c' (2022-07-13) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) → 'github:nix-community/neovim-nightly-overlay/758fb91ada20563788d3081dc708d570a99e4c96' (2022-07-14) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) → 'github:neovim/neovim/b81d1eb26502f403574113385a75444f8880828e?dir=contrib' (2022-07-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) → 'github:thiagokokada/nix-alien/97e2d0ef6620b6738569b374c109be27b8a609d5' (2022-07-09) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa' (2022-06-22) → 'github:nix-community/nixos-generators/3323b944d99b026aebfd8de439e001409dde067d' (2022-07-13) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) → 'github:NixOS/nixpkgs/4bc1c1bd2f5b1101443fe775bb737a812fc8b925' (2022-07-14) • Updated input 'nur': 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) → 'github:nix-community/NUR/88866341491ab5de1f376cd3e499a4e6c45e806b' (2022-07-14) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07) → 'github:oxalica/rust-overlay/db9443ca1384f94c0aa63f4e74115f7c0632a8e6' (2022-07-14)
2022-07-15 01:32:39 +00:00
"lastModified": 1657837635,
"narHash": "sha256-hNwoozHwKDdMLM16p4sosN4kfjl5iLwln6b63/zqjUs=",
"owner": "nix-community",
"repo": "NUR",
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) → 'github:nix-community/emacs-overlay/b51bea50371cc7a98863fb64bf1aaa1126a68a36' (2022-07-14) • Updated input 'home-manager': 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) → 'github:nix-community/home-manager/2c94b9801f1a11cde0fc97aa850687bb9137d42c' (2022-07-13) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) → 'github:nix-community/neovim-nightly-overlay/758fb91ada20563788d3081dc708d570a99e4c96' (2022-07-14) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) → 'github:neovim/neovim/b81d1eb26502f403574113385a75444f8880828e?dir=contrib' (2022-07-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) → 'github:thiagokokada/nix-alien/97e2d0ef6620b6738569b374c109be27b8a609d5' (2022-07-09) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa' (2022-06-22) → 'github:nix-community/nixos-generators/3323b944d99b026aebfd8de439e001409dde067d' (2022-07-13) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) → 'github:NixOS/nixpkgs/4bc1c1bd2f5b1101443fe775bb737a812fc8b925' (2022-07-14) • Updated input 'nur': 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) → 'github:nix-community/NUR/88866341491ab5de1f376cd3e499a4e6c45e806b' (2022-07-14) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07) → 'github:oxalica/rust-overlay/db9443ca1384f94c0aa63f4e74115f7c0632a8e6' (2022-07-14)
2022-07-15 01:32:39 +00:00
"rev": "88866341491ab5de1f376cd3e499a4e6c45e806b",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "NUR",
"type": "github"
}
},
"poetry2nix": {
"inputs": {
2022-02-04 15:59:01 +00:00
"flake-utils": [
"nix-alien",
"flake-utils"
],
"nixpkgs": [
"nix-alien",
"nixpkgs"
]
},
"locked": {
flake.lock: update inputs Flake lock file updates: • Updated input 'devshell': 'github:numtide/devshell/fc7a3e3adde9bbcab68af6d1e3c6eb738e296a92' (2022-05-30) → 'github:numtide/devshell/f55e05c6d3bbe9acc7363bc8fc739518b2f02976' (2022-06-10) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/cf5a17b22ffd987e24770d33b5b59ea496eeac49' (2022-06-09) → 'github:nix-community/emacs-overlay/270d5e914b4c0425a4982cf585c91d6760e78777' (2022-06-16) • Updated input 'emacs-overlay/nixpkgs': 'path:/nix/store/im6zyyscxwfdmks347djqly7aqnkk807-source?lastModified=0&narHash=sha256-Kw%2fKeoFXszNsF5mORP45mrxCP+k9Aq03hWcuWCL9sdI=' (1970-01-01) → 'path:/nix/store/brix2rfkgl7wwyhsw8zl8cbqsj4a3yw7-source?lastModified=0&narHash=sha256-nFAMETXEhIrqnBe28u6vqy4ixSRr0BRrlZLlS0e7eoM=' (1970-01-01) • Updated input 'home-manager': 'github:nix-community/home-manager/70824bb5c790b820b189f62f643f795b1d2ade2e' (2022-06-07) → 'github:nix-community/home-manager/1de492f6f8e9937c822333739c5d5b20d93bf49f' (2022-06-16) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/815b2ce4ab48124b5761f5583f8a0ef5da2714d7' (2022-06-09) → 'github:nix-community/neovim-nightly-overlay/244429ca2ba599a9466963081e6cfcca262315cd' (2022-06-16) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/c5720c72213810adb75d3277ac645eb6fc8dafa8?dir=contrib' (2022-06-09) → 'github:neovim/neovim/0e8186bdd8699fb20ad70e28813c3603f9ff0ece?dir=contrib' (2022-06-16) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/033bd4fa9a8fbe0c68a88e925d9a884161044b25' (2022-06-07) → 'github:nixos/nixpkgs/6616de389ed55fba6eeba60377fc04732d5a207c' (2022-06-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/faeda0a028eca556dec136631f2e905fd7a46bb7' (2022-05-17) → 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) • Updated input 'nix-alien/flake-utils': 'github:numtide/flake-utils/12806d31a381e7cd169a6bac35590e7b36dc5fe5' (2022-05-14) → 'github:numtide/flake-utils/1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1' (2022-05-30) • Updated input 'nix-alien/poetry2nix': 'github:nix-community/poetry2nix/88ffae91c605aaafc2797f4096ca9f065152796a' (2022-05-14) → 'github:nix-community/poetry2nix/347ccb4ce58e7af1ece3f9743019263c4aede7b8' (2022-06-13) • Updated input 'nix-colors': 'github:misterio77/nix-colors/fe9fd38b9ddc81afe5d45be6d286472de3f89f03' (2022-05-12) → 'github:misterio77/nix-colors/2c2e107765b7b2e54b10d3fc2ffe5ed2ca2c7731' (2022-06-12) • Added input 'nix-colors/base16-schemes': 'github:base16-project/base16-schemes/7c247f734eac7f04518c6e28d098635ee8dcabf5' (2022-06-10) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/18de53ca965bd0678aaf09e5ce0daae05c58355a' (2022-06-08) → 'github:NixOS/nixpkgs/29769d2a1390d294469bcc6518f17931953545e1' (2022-06-16) • Updated input 'nur': 'github:nix-community/NUR/d52f3d30fa7d0672844941450ba07159f4b30f8b' (2022-06-09) → 'github:nix-community/NUR/264f740c36c3f092ed2ff2689021533bbf8b2e23' (2022-06-17) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b37b28553b1009f34fc6ca06ba87329e2a584a98' (2022-06-09) → 'github:oxalica/rust-overlay/9eea93067eff400846c36f57b7499df9ef428ba0' (2022-06-17)
2022-06-17 04:06:10 +00:00
"lastModified": 1655106322,
"narHash": "sha256-X7oWgty5uKYYTg7n6gut/lShi1X5QxiOfLQNHyJ5LaM=",
"owner": "nix-community",
"repo": "poetry2nix",
flake.lock: update inputs Flake lock file updates: • Updated input 'devshell': 'github:numtide/devshell/fc7a3e3adde9bbcab68af6d1e3c6eb738e296a92' (2022-05-30) → 'github:numtide/devshell/f55e05c6d3bbe9acc7363bc8fc739518b2f02976' (2022-06-10) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/cf5a17b22ffd987e24770d33b5b59ea496eeac49' (2022-06-09) → 'github:nix-community/emacs-overlay/270d5e914b4c0425a4982cf585c91d6760e78777' (2022-06-16) • Updated input 'emacs-overlay/nixpkgs': 'path:/nix/store/im6zyyscxwfdmks347djqly7aqnkk807-source?lastModified=0&narHash=sha256-Kw%2fKeoFXszNsF5mORP45mrxCP+k9Aq03hWcuWCL9sdI=' (1970-01-01) → 'path:/nix/store/brix2rfkgl7wwyhsw8zl8cbqsj4a3yw7-source?lastModified=0&narHash=sha256-nFAMETXEhIrqnBe28u6vqy4ixSRr0BRrlZLlS0e7eoM=' (1970-01-01) • Updated input 'home-manager': 'github:nix-community/home-manager/70824bb5c790b820b189f62f643f795b1d2ade2e' (2022-06-07) → 'github:nix-community/home-manager/1de492f6f8e9937c822333739c5d5b20d93bf49f' (2022-06-16) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/815b2ce4ab48124b5761f5583f8a0ef5da2714d7' (2022-06-09) → 'github:nix-community/neovim-nightly-overlay/244429ca2ba599a9466963081e6cfcca262315cd' (2022-06-16) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/c5720c72213810adb75d3277ac645eb6fc8dafa8?dir=contrib' (2022-06-09) → 'github:neovim/neovim/0e8186bdd8699fb20ad70e28813c3603f9ff0ece?dir=contrib' (2022-06-16) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/033bd4fa9a8fbe0c68a88e925d9a884161044b25' (2022-06-07) → 'github:nixos/nixpkgs/6616de389ed55fba6eeba60377fc04732d5a207c' (2022-06-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/faeda0a028eca556dec136631f2e905fd7a46bb7' (2022-05-17) → 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) • Updated input 'nix-alien/flake-utils': 'github:numtide/flake-utils/12806d31a381e7cd169a6bac35590e7b36dc5fe5' (2022-05-14) → 'github:numtide/flake-utils/1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1' (2022-05-30) • Updated input 'nix-alien/poetry2nix': 'github:nix-community/poetry2nix/88ffae91c605aaafc2797f4096ca9f065152796a' (2022-05-14) → 'github:nix-community/poetry2nix/347ccb4ce58e7af1ece3f9743019263c4aede7b8' (2022-06-13) • Updated input 'nix-colors': 'github:misterio77/nix-colors/fe9fd38b9ddc81afe5d45be6d286472de3f89f03' (2022-05-12) → 'github:misterio77/nix-colors/2c2e107765b7b2e54b10d3fc2ffe5ed2ca2c7731' (2022-06-12) • Added input 'nix-colors/base16-schemes': 'github:base16-project/base16-schemes/7c247f734eac7f04518c6e28d098635ee8dcabf5' (2022-06-10) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/18de53ca965bd0678aaf09e5ce0daae05c58355a' (2022-06-08) → 'github:NixOS/nixpkgs/29769d2a1390d294469bcc6518f17931953545e1' (2022-06-16) • Updated input 'nur': 'github:nix-community/NUR/d52f3d30fa7d0672844941450ba07159f4b30f8b' (2022-06-09) → 'github:nix-community/NUR/264f740c36c3f092ed2ff2689021533bbf8b2e23' (2022-06-17) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b37b28553b1009f34fc6ca06ba87329e2a584a98' (2022-06-09) → 'github:oxalica/rust-overlay/9eea93067eff400846c36f57b7499df9ef428ba0' (2022-06-17)
2022-06-17 04:06:10 +00:00
"rev": "347ccb4ce58e7af1ece3f9743019263c4aede7b8",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "poetry2nix",
"type": "github"
}
},
"root": {
"inputs": {
2021-12-18 08:20:58 +00:00
"devshell": "devshell",
"dotfiles": "dotfiles",
2022-01-02 00:40:01 +00:00
"emacs-overlay": "emacs-overlay",
"flake-utils": "flake-utils",
"guix-overlay": "guix-overlay",
"home-manager": "home-manager",
2021-12-06 10:22:08 +00:00
"neovim-nightly-overlay": "neovim-nightly-overlay",
"nix-alien": "nix-alien",
flake.lock: update Flake lock file updates: • Updated input 'agenix': 'github:ryantm/agenix/a17d1f30550260f8b45764ddbd0391f4b1ed714a' (2022-02-02) → 'github:ryantm/agenix/b4ab630f195cb15f833cb285de232b1a22d1ea0a' (2022-02-22) • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/6ecfaeb355326456e7b331d1527105adab360adc' (2022-02-18) → 'github:nix-community/emacs-overlay/f7eca8816dd24bed25f7c6a49cf4185d3725642d' (2022-02-27) • Updated input 'home-manager': 'github:nix-community/home-manager/4f4165a8b9108818ab0193bbd1a252106870b2a2' (2022-02-17) → 'github:nix-community/home-manager/2499b916921adde8a694117bc007efdde8bbd918' (2022-02-27) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/7ab23810d3844251fef656d7acc4bfbb2c4584bd' (2022-02-18) → 'github:nix-community/neovim-nightly-overlay/9a5300fb01ef2eb5013f932913e8e7d5d96e4e9d' (2022-02-26) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/faeff49cbfd190afba67e221412b7132b7ad8360?dir=contrib' (2022-02-18) → 'github:neovim/neovim/005a7aa1670841dfdffb7559161a7d37d6c14bc4?dir=contrib' (2022-02-25) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/48d63e924a2666baf37f4f14a18f19347fbd54a2' (2022-02-10) → 'github:nixos/nixpkgs/7f9b6e2babf232412682c09e57ed666d8f84ac2d' (2022-02-21) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/296067b9c7a172d294831dec89d86847f30a7cfc' (2021-12-26) → 'github:nix-community/nixos-generators/05773c5d1584cebd5eda41675c3456dcabdef42a' (2022-02-25) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/19574af0af3ffaf7c9e359744ed32556f34536bd' (2022-02-16) → 'github:NixOS/nixpkgs/7dda625e7f63445ff61bcf11618999d2c97d5865' (2022-02-23) • Updated input 'nur': 'github:nix-community/NUR/8d98d367039695d78ef5cf89da6e577886de81c1' (2022-02-18) → 'github:nix-community/NUR/1dfd799af1c96ce96e7db9c4f97d8a9fc4f0e30d' (2022-02-27) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/9ce263da4310d02bd16f18f4db1c617265939a3e' (2022-02-19) → 'github:oxalica/rust-overlay/7f273929e83a196f96a0dbee9ea565952e340bd6' (2022-02-26)
2022-02-27 02:07:18 +00:00
"nix-colors": "nix-colors",
"nix-ld": "nix-ld",
2022-02-04 15:59:01 +00:00
"nixos-generators": "nixos-generators",
"nixpkgs": "nixpkgs",
"nur": "nur",
"rust-overlay": "rust-overlay",
"sops-nix": "sops-nix"
2021-12-26 09:33:00 +00:00
}
},
"rust-overlay": {
"inputs": {
"flake-utils": [
"flake-utils"
],
2021-12-26 09:33:00 +00:00
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) → 'github:nix-community/emacs-overlay/b51bea50371cc7a98863fb64bf1aaa1126a68a36' (2022-07-14) • Updated input 'home-manager': 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) → 'github:nix-community/home-manager/2c94b9801f1a11cde0fc97aa850687bb9137d42c' (2022-07-13) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) → 'github:nix-community/neovim-nightly-overlay/758fb91ada20563788d3081dc708d570a99e4c96' (2022-07-14) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) → 'github:neovim/neovim/b81d1eb26502f403574113385a75444f8880828e?dir=contrib' (2022-07-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) → 'github:thiagokokada/nix-alien/97e2d0ef6620b6738569b374c109be27b8a609d5' (2022-07-09) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa' (2022-06-22) → 'github:nix-community/nixos-generators/3323b944d99b026aebfd8de439e001409dde067d' (2022-07-13) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) → 'github:NixOS/nixpkgs/4bc1c1bd2f5b1101443fe775bb737a812fc8b925' (2022-07-14) • Updated input 'nur': 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) → 'github:nix-community/NUR/88866341491ab5de1f376cd3e499a4e6c45e806b' (2022-07-14) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07) → 'github:oxalica/rust-overlay/db9443ca1384f94c0aa63f4e74115f7c0632a8e6' (2022-07-14)
2022-07-15 01:32:39 +00:00
"lastModified": 1657767064,
"narHash": "sha256-Mp7LmSPnRfWqX7OElXr4HKNbTiDCXLaxijp23xQlDJk=",
2021-12-26 09:33:00 +00:00
"owner": "oxalica",
"repo": "rust-overlay",
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/06f397cbbd804d2b5df8c7258b5cf89e2a521ae7' (2022-07-07) → 'github:nix-community/emacs-overlay/b51bea50371cc7a98863fb64bf1aaa1126a68a36' (2022-07-14) • Updated input 'home-manager': 'github:nix-community/home-manager/12cfcc1b9dc9a8a7a0b4cf538841b85af5c4cd98' (2022-07-07) → 'github:nix-community/home-manager/2c94b9801f1a11cde0fc97aa850687bb9137d42c' (2022-07-13) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/0d235895e9479491384558b9a1ef172e42cb8fd6' (2022-07-07) → 'github:nix-community/neovim-nightly-overlay/758fb91ada20563788d3081dc708d570a99e4c96' (2022-07-14) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/55e81b0fe8bb205b579c1da24b3ac042191a4bbf?dir=contrib' (2022-07-07) → 'github:neovim/neovim/b81d1eb26502f403574113385a75444f8880828e?dir=contrib' (2022-07-14) • Updated input 'nix-alien': 'github:thiagokokada/nix-alien/ccf910e15a6dc5a41f8e714f9c35996aeb688760' (2022-06-15) → 'github:thiagokokada/nix-alien/97e2d0ef6620b6738569b374c109be27b8a609d5' (2022-07-09) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/898edde476232843da50c9a855efaf5dd8caadaa' (2022-06-22) → 'github:nix-community/nixos-generators/3323b944d99b026aebfd8de439e001409dde067d' (2022-07-13) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5cbfadba693e0453f3a4090e83fbf845e18d184b' (2022-07-07) → 'github:NixOS/nixpkgs/4bc1c1bd2f5b1101443fe775bb737a812fc8b925' (2022-07-14) • Updated input 'nur': 'github:nix-community/NUR/ab5a317aece33e1c3676185e44dc270d2dfc3257' (2022-07-07) → 'github:nix-community/NUR/88866341491ab5de1f376cd3e499a4e6c45e806b' (2022-07-14) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/b1b998b47b15bc5e18a1b364c9c4f145bb0a3931' (2022-07-07) → 'github:oxalica/rust-overlay/db9443ca1384f94c0aa63f4e74115f7c0632a8e6' (2022-07-14)
2022-07-15 01:32:39 +00:00
"rev": "db9443ca1384f94c0aa63f4e74115f7c0632a8e6",
2021-12-26 09:33:00 +00:00
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"sops-nix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-22_05": "nixpkgs-22_05"
},
"locked": {
"lastModified": 1657695756,
"narHash": "sha256-5eeq7Itk9gMK6E5u3IrooFd3KswlheIO/L2Cs7Wwj9k=",
"owner": "Mic92",
"repo": "sops-nix",
"rev": "912514e60a6e0227d6a2e0ecc8524752337fcde2",
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "sops-nix",
"type": "github"
}
},
"utils": {
"locked": {
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/ef3088863916b0604dbd5c3ba402b7f52c89c53d' (2022-05-09) → 'github:nix-community/emacs-overlay/6a61ab567c4a827819e53fd0e6716f6f2f77739d' (2022-05-15) • Updated input 'emacs-overlay/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/12806d31a381e7cd169a6bac35590e7b36dc5fe5' (2022-05-14) • Updated input 'emacs-overlay/nixpkgs': 'path:/nix/store/lw6gp8rrhd7lpi81dk9wr1l09a7za523-source?lastModified=0&narHash=sha256-%2flLC0wkMZkAdA5e1W76SnJzbhfOGDvync3VRHJMtAKk=' (1970-01-01) → 'path:/nix/store/wp8kk9nivpnrb2lnrr4vk82mns668xh8-source?lastModified=0&narHash=sha256-kfATGChLe9%2ffQVZkXN9G71JAVMlhePv1qDbaRKklkQs=' (1970-01-01) • Updated input 'flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/12806d31a381e7cd169a6bac35590e7b36dc5fe5' (2022-05-14) • Updated input 'home-manager': 'github:nix-community/home-manager/882bd8118bdbff3a6e53e5ced393932b351ce2f6' (2022-05-07) → 'github:nix-community/home-manager/273598f53e04f0111dca5724b37640e3907edaaf' (2022-05-13) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/6ad5194b7229f5d3b6db529844fa194e9e8b61f7' (2022-05-09) → 'github:nix-community/neovim-nightly-overlay/114c95b73123731946ef0d14c217ee5ae37f765b' (2022-05-14) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/dbdd58e548fcf55848359b696275fd848756db7b?dir=contrib' (2022-05-09) → 'github:neovim/neovim/9e4286294f9caa5a20851706331cc46a5342f326?dir=contrib' (2022-05-13) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/c777cdf5c564015d5f63b09cc93bef4178b19b01' (2022-05-05) → 'github:nixos/nixpkgs/d89d7af1ba23bd8a5341d00bdd862e8e9a808f56' (2022-05-12) • Updated input 'nix-colors': 'github:misterio77/nix-colors/95a55cd97d7920211d5e2e8d154c65c36c92a50f' (2022-02-13) → 'github:misterio77/nix-colors/fe9fd38b9ddc81afe5d45be6d286472de3f89f03' (2022-05-12) • Updated input 'nix-ld': 'github:Mic92/nix-ld/e528b353e78bde92a9fa8d0fe30ea65b6ea29e77' (2022-04-11) → 'github:Mic92/nix-ld/0611d1c7f8bdd3ae543ab54e93a5222ffba4763f' (2022-05-14) • Updated input 'nix-ld/utils': 'github:numtide/flake-utils/3982c9903e93927c2164caa727cd3f6a0e6d14cc' (2021-01-07) → 'github:numtide/flake-utils/0d347c56f6f41de822a4f4c7ff5072f3382db121' (2022-05-12) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/3cdf22c79bc80910e2b610cd59fcb8408354ddbc' (2022-04-26) → 'github:nix-community/nixos-generators/11f97f971383d036159edd9221f1b3a60ed78c4f' (2022-05-13) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/51d859cdab1ef58755bd342d45352fc607f5e59b' (2022-05-09) → 'github:NixOS/nixpkgs/f7a22851667ac89ac1863ede0d8c386fc6eb12a0' (2022-05-14) • Updated input 'nur': 'github:nix-community/NUR/bbb8deced1790ea361366d6a96035f2ad7caaea6' (2022-05-10) → 'github:nix-community/NUR/76a09c52fa2747dd54f7d4aa3d157612b48d9f36' (2022-05-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/1dcdd08fcd39e4e053f58f9959be801399c5211e' (2022-05-10) → 'github:oxalica/rust-overlay/8cb3e0b16287177c909e01ccb3e2485ec9c01f87' (2022-05-15)
2022-05-15 03:49:30 +00:00
"lastModified": 1652372896,
"narHash": "sha256-lURGussfF3mGrFPQT3zgW7+RC0pBhbHzco0C7I+ilow=",
"owner": "numtide",
"repo": "flake-utils",
flake.lock: update inputs Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/ef3088863916b0604dbd5c3ba402b7f52c89c53d' (2022-05-09) → 'github:nix-community/emacs-overlay/6a61ab567c4a827819e53fd0e6716f6f2f77739d' (2022-05-15) • Updated input 'emacs-overlay/flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/12806d31a381e7cd169a6bac35590e7b36dc5fe5' (2022-05-14) • Updated input 'emacs-overlay/nixpkgs': 'path:/nix/store/lw6gp8rrhd7lpi81dk9wr1l09a7za523-source?lastModified=0&narHash=sha256-%2flLC0wkMZkAdA5e1W76SnJzbhfOGDvync3VRHJMtAKk=' (1970-01-01) → 'path:/nix/store/wp8kk9nivpnrb2lnrr4vk82mns668xh8-source?lastModified=0&narHash=sha256-kfATGChLe9%2ffQVZkXN9G71JAVMlhePv1qDbaRKklkQs=' (1970-01-01) • Updated input 'flake-utils': 'github:numtide/flake-utils/a4b154ebbdc88c8498a5c7b01589addc9e9cb678' (2022-04-11) → 'github:numtide/flake-utils/12806d31a381e7cd169a6bac35590e7b36dc5fe5' (2022-05-14) • Updated input 'home-manager': 'github:nix-community/home-manager/882bd8118bdbff3a6e53e5ced393932b351ce2f6' (2022-05-07) → 'github:nix-community/home-manager/273598f53e04f0111dca5724b37640e3907edaaf' (2022-05-13) • Updated input 'neovim-nightly-overlay': 'github:nix-community/neovim-nightly-overlay/6ad5194b7229f5d3b6db529844fa194e9e8b61f7' (2022-05-09) → 'github:nix-community/neovim-nightly-overlay/114c95b73123731946ef0d14c217ee5ae37f765b' (2022-05-14) • Updated input 'neovim-nightly-overlay/neovim-flake': 'github:neovim/neovim/dbdd58e548fcf55848359b696275fd848756db7b?dir=contrib' (2022-05-09) → 'github:neovim/neovim/9e4286294f9caa5a20851706331cc46a5342f326?dir=contrib' (2022-05-13) • Updated input 'neovim-nightly-overlay/nixpkgs': 'github:nixos/nixpkgs/c777cdf5c564015d5f63b09cc93bef4178b19b01' (2022-05-05) → 'github:nixos/nixpkgs/d89d7af1ba23bd8a5341d00bdd862e8e9a808f56' (2022-05-12) • Updated input 'nix-colors': 'github:misterio77/nix-colors/95a55cd97d7920211d5e2e8d154c65c36c92a50f' (2022-02-13) → 'github:misterio77/nix-colors/fe9fd38b9ddc81afe5d45be6d286472de3f89f03' (2022-05-12) • Updated input 'nix-ld': 'github:Mic92/nix-ld/e528b353e78bde92a9fa8d0fe30ea65b6ea29e77' (2022-04-11) → 'github:Mic92/nix-ld/0611d1c7f8bdd3ae543ab54e93a5222ffba4763f' (2022-05-14) • Updated input 'nix-ld/utils': 'github:numtide/flake-utils/3982c9903e93927c2164caa727cd3f6a0e6d14cc' (2021-01-07) → 'github:numtide/flake-utils/0d347c56f6f41de822a4f4c7ff5072f3382db121' (2022-05-12) • Updated input 'nixos-generators': 'github:nix-community/nixos-generators/3cdf22c79bc80910e2b610cd59fcb8408354ddbc' (2022-04-26) → 'github:nix-community/nixos-generators/11f97f971383d036159edd9221f1b3a60ed78c4f' (2022-05-13) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/51d859cdab1ef58755bd342d45352fc607f5e59b' (2022-05-09) → 'github:NixOS/nixpkgs/f7a22851667ac89ac1863ede0d8c386fc6eb12a0' (2022-05-14) • Updated input 'nur': 'github:nix-community/NUR/bbb8deced1790ea361366d6a96035f2ad7caaea6' (2022-05-10) → 'github:nix-community/NUR/76a09c52fa2747dd54f7d4aa3d157612b48d9f36' (2022-05-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/1dcdd08fcd39e4e053f58f9959be801399c5211e' (2022-05-10) → 'github:oxalica/rust-overlay/8cb3e0b16287177c909e01ccb3e2485ec9c01f87' (2022-05-15)
2022-05-15 03:49:30 +00:00
"rev": "0d347c56f6f41de822a4f4c7ff5072f3382db121",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
}
},
"root": "root",
"version": 7
}