nixos-config/flake.lock

281 lines
7.6 KiB
Plaintext
Raw Normal View History

2020-08-04 01:46:48 +04:00
{
"nodes": {
2020-08-10 01:17:22 +04:00
"base16": {
"inputs": {
"nixpkgs": "nixpkgs"
},
"locked": {
2021-02-17 01:03:23 +03:00
"lastModified": 1612815054,
"narHash": "sha256-5FA1MW0sLGBUuEOq25iXx7f17TPE1+FLlL+ah7nLIP0=",
2020-08-10 01:17:22 +04:00
"owner": "alukardbf",
"repo": "base16-nix",
2021-02-17 01:03:23 +03:00
"rev": "f35d18e9912423e99d62c1d29529f518bdb5ce1d",
2020-08-10 01:17:22 +04:00
"type": "github"
},
"original": {
"owner": "alukardbf",
"repo": "base16-nix",
"type": "github"
}
},
2020-08-04 01:46:48 +04:00
"base16-horizon-scheme": {
"flake": false,
"locked": {
"lastModified": 1561359199,
"narHash": "sha256-A8v9S2+WHvKi7r7jIuf2igVkDEwb79bMLYzzsj/4CLE=",
2020-08-11 02:38:02 +04:00
"owner": "michael-ball",
2020-08-04 01:46:48 +04:00
"repo": "base16-horizon-scheme",
"rev": "644d073863ba9f863eef3b88a8f8607d0ace0063",
"type": "github"
},
"original": {
2020-08-11 02:38:02 +04:00
"owner": "michael-ball",
2020-08-04 01:46:48 +04:00
"repo": "base16-horizon-scheme",
"type": "github"
}
},
"home-manager": {
"inputs": {
2020-08-10 01:17:22 +04:00
"nixpkgs": "nixpkgs_2"
2020-08-04 01:46:48 +04:00
},
"locked": {
2021-03-17 23:06:12 +03:00
"lastModified": 1615753545,
"narHash": "sha256-FR6vHvQlmQFAA26wNguEGWwav40Xgy9U6vRpT6UneTg=",
2020-09-26 03:33:55 +04:00
"owner": "nix-community",
2020-08-04 01:46:48 +04:00
"repo": "home-manager",
2021-03-17 23:06:12 +03:00
"rev": "07f6c6481e0cbbcaf3447f43e964baf99465c8e1",
2020-08-04 01:46:48 +04:00
"type": "github"
},
"original": {
2020-09-26 03:33:55 +04:00
"owner": "nix-community",
2020-08-04 01:46:48 +04:00
"repo": "home-manager",
"type": "github"
}
},
"i3lock-fancy-rapid": {
"flake": false,
"locked": {
2020-11-28 05:07:18 +04:00
"lastModified": 1604870111,
"narHash": "sha256-5D/8FXX6au9NPzaCS0u5Lv4zSBLGNb3EO/bIR2VDNtQ=",
2020-08-04 01:46:48 +04:00
"owner": "yvbbrjdr",
"repo": "i3lock-fancy-rapid",
2020-11-28 05:07:18 +04:00
"rev": "c70ecfa8a529cb71f21f475f31d748ce9b154a8b",
2020-08-04 01:46:48 +04:00
"type": "github"
},
"original": {
"owner": "yvbbrjdr",
"repo": "i3lock-fancy-rapid",
"type": "github"
}
},
"materia-theme": {
"flake": false,
"locked": {
2021-03-17 23:06:12 +03:00
"lastModified": 1615115449,
"narHash": "sha256-Ee3ssXytFuKbWKMv/RCfD5FehSxrMwoos9Evmgljir8=",
2020-08-04 01:46:48 +04:00
"owner": "nana-4",
"repo": "materia-theme",
2021-03-17 23:06:12 +03:00
"rev": "3e2220a133746a7fc80b0f995a40ffda55443de0",
2020-08-04 01:46:48 +04:00
"type": "github"
},
"original": {
"owner": "nana-4",
"repo": "materia-theme",
"type": "github"
}
},
2021-02-07 02:38:11 +03:00
"nix": {
"inputs": {
"nixpkgs": "nixpkgs_3"
},
"locked": {
2021-03-17 23:06:12 +03:00
"lastModified": 1615911544,
"narHash": "sha256-2V0qJ9EaPjOetEzEx0vxP+dxKOX8ZXJi7PIlLjkxymA=",
2021-02-07 02:38:11 +03:00
"owner": "NixOS",
"repo": "nix",
2021-03-17 23:06:12 +03:00
"rev": "66fa1c7375e4b3073a16df4678cf1d37446ed20b",
2021-02-07 02:38:11 +03:00
"type": "github"
},
"original": {
"id": "nix",
"type": "indirect"
}
},
2020-08-04 01:46:48 +04:00
"nixpkgs": {
"locked": {
2020-08-10 01:17:22 +04:00
"lastModified": 1593360652,
"narHash": "sha256-8dXbDWhLzgZfiQ+XZ2rtSnUAafFizeeXJa5fuF/9n4w=",
2020-08-04 01:46:48 +04:00
"owner": "NixOS",
"repo": "nixpkgs",
2020-08-10 01:17:22 +04:00
"rev": "c5299e9d5bb18f1ebd817e0a4767103b9935f0ee",
2020-08-04 01:46:48 +04:00
"type": "github"
},
"original": {
"id": "nixpkgs",
2020-08-10 01:17:22 +04:00
"ref": "release-20.03",
2020-08-04 01:46:48 +04:00
"type": "indirect"
}
},
2020-08-07 23:27:49 +04:00
"nixpkgs-mozilla": {
"flake": false,
"locked": {
2020-11-10 00:09:40 +04:00
"lastModified": 1603906276,
"narHash": "sha256-RsNPnEKd7BcogwkqhaV5kI/HuNC4flH/OQCC/4W5y/8=",
2020-08-07 23:27:49 +04:00
"owner": "mozilla",
"repo": "nixpkgs-mozilla",
2020-11-10 00:09:40 +04:00
"rev": "8c007b60731c07dd7a052cce508de3bb1ae849b4",
2020-08-07 23:27:49 +04:00
"type": "github"
},
"original": {
"owner": "mozilla",
"repo": "nixpkgs-mozilla",
"type": "github"
}
},
2020-09-08 03:07:50 +04:00
"nixpkgs-old": {
"locked": {
2021-03-17 23:06:12 +03:00
"lastModified": 1615879109,
"narHash": "sha256-2FX/qmp6IX255zhJaYL6ClGIaCyJVh4sNDYcnT7TvJU=",
2020-09-08 03:07:50 +04:00
"owner": "nixos",
"repo": "nixpkgs",
2021-03-17 23:06:12 +03:00
"rev": "36e15cd6e7d55ba143caf3dc930467ace573d85c",
2020-09-08 03:07:50 +04:00
"type": "github"
},
"original": {
"owner": "nixos",
2020-11-17 01:59:51 +04:00
"ref": "nixos-20.09",
2020-09-08 03:07:50 +04:00
"repo": "nixpkgs",
"type": "github"
}
},
2020-08-04 01:46:48 +04:00
"nixpkgs_2": {
2020-08-10 01:17:22 +04:00
"locked": {
2021-03-17 23:06:12 +03:00
"lastModified": 1615938548,
"narHash": "sha256-BYuu+UfFAuQFa2itTyT9lmzR9knjtF1z2npmZ4l8weY=",
2020-08-10 01:17:22 +04:00
"owner": "NixOS",
"repo": "nixpkgs",
2021-03-17 23:06:12 +03:00
"rev": "31ced622faa531aac45cd4484945cf1b2011060b",
2020-08-10 01:17:22 +04:00
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"nixpkgs_3": {
2020-08-04 01:46:48 +04:00
"locked": {
2021-03-17 23:06:12 +03:00
"lastModified": 1614309161,
"narHash": "sha256-93kRxDPyEW9QIpxU71kCaV1r+hgOgP6/aVgC7vvO8IU=",
2021-02-07 02:38:11 +03:00
"owner": "NixOS",
"repo": "nixpkgs",
2021-03-17 23:06:12 +03:00
"rev": "0e499fde7af3c28d63e9b13636716b86c3162b93",
2021-02-07 02:38:11 +03:00
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-20.09-small",
"type": "indirect"
}
},
"nixpkgs_4": {
"locked": {
2021-03-17 23:06:12 +03:00
"lastModified": 1615797423,
"narHash": "sha256-5NGDZXPQzuoxf/42NiyC9YwwhwzfMfIRrz3aT0XHzSc=",
2020-08-04 01:46:48 +04:00
"owner": "nixos",
"repo": "nixpkgs",
2021-03-17 23:06:12 +03:00
"rev": "266dc8c3d052f549826ba246d06787a219533b8f",
2020-08-04 01:46:48 +04:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
2020-08-10 01:17:22 +04:00
"base16": "base16",
2020-08-04 01:46:48 +04:00
"base16-horizon-scheme": "base16-horizon-scheme",
"home-manager": "home-manager",
"i3lock-fancy-rapid": "i3lock-fancy-rapid",
"materia-theme": "materia-theme",
2021-02-07 02:38:11 +03:00
"nix": "nix",
"nixpkgs": "nixpkgs_4",
2020-08-07 23:27:49 +04:00
"nixpkgs-mozilla": "nixpkgs-mozilla",
2020-09-08 03:07:50 +04:00
"nixpkgs-old": "nixpkgs-old",
2020-08-04 01:46:48 +04:00
"zsh-autosuggestions": "zsh-autosuggestions",
2020-11-28 05:07:18 +04:00
"zsh-cod": "zsh-cod",
2020-08-04 01:46:48 +04:00
"zsh-nix-shell": "zsh-nix-shell",
"zsh-you-should-use": "zsh-you-should-use"
}
},
"zsh-autosuggestions": {
"flake": false,
"locked": {
"lastModified": 1578370341,
"narHash": "sha256-xv4eleksJzomCtLsRUj71RngIJFw8+A31O6/p7i4okA=",
"owner": "zsh-users",
"repo": "zsh-autosuggestions",
"rev": "ae315ded4dba10685dbbafbfa2ff3c1aefeb490d",
"type": "github"
},
"original": {
"owner": "zsh-users",
"repo": "zsh-autosuggestions",
"type": "github"
}
},
2020-11-28 05:07:18 +04:00
"zsh-cod": {
"flake": false,
"locked": {
2021-03-17 23:06:12 +03:00
"lastModified": 1615111792,
"narHash": "sha256-kVK7PhYLcy0EJyhz6t3Mm554BdNrNQXAMHOFv2WhVLs=",
2020-11-28 05:07:18 +04:00
"owner": "dim-an",
"repo": "cod",
2021-03-17 23:06:12 +03:00
"rev": "9096c4bd0b4a34121f35c323e174a139c30aa8f6",
2020-11-28 05:07:18 +04:00
"type": "github"
},
"original": {
"owner": "dim-an",
"repo": "cod",
"type": "github"
}
},
2020-08-04 01:46:48 +04:00
"zsh-nix-shell": {
"flake": false,
"locked": {
2021-03-17 23:06:12 +03:00
"lastModified": 1615130687,
"narHash": "sha256-lo89ODpbE31Jannvj3D1ziscIf8JFfPkSniPYl17zJg=",
2020-08-04 01:46:48 +04:00
"owner": "chisui",
"repo": "zsh-nix-shell",
2021-03-17 23:06:12 +03:00
"rev": "b6ac21e77d6d8e48f6ac08842345c8c9cd3460d5",
2020-08-04 01:46:48 +04:00
"type": "github"
},
"original": {
"owner": "chisui",
"repo": "zsh-nix-shell",
"type": "github"
}
},
"zsh-you-should-use": {
"flake": false,
"locked": {
"lastModified": 1594759444,
"narHash": "sha256-WCltJcamURZymBegL+wNjRBzZWy1OblWY6CcKU0rAS8=",
"owner": "MichaelAquilina",
"repo": "zsh-you-should-use",
"rev": "b4aec740f23d195116d1fddec91d67b5e9c2c5c7",
"type": "github"
},
"original": {
"owner": "MichaelAquilina",
"repo": "zsh-you-should-use",
"type": "github"
}
}
},
"root": "root",
"version": 7
}