dotfiles/flake.lock

290 lines
7.6 KiB
Plaintext
Raw Normal View History

2021-09-08 19:43:08 +02:00
{
"nodes": {
2021-09-14 13:12:34 +02:00
"agenix": {
"inputs": {
"nixpkgs": "nixpkgs"
},
"locked": {
2022-02-07 15:31:09 +01:00
"lastModified": 1643841757,
"narHash": "sha256-9tKhu4JzoZvustC9IEWK6wKcDhPLuK/ICbLgm8QnLnk=",
2021-09-14 13:12:34 +02:00
"owner": "ryantm",
"repo": "agenix",
2022-02-07 15:31:09 +01:00
"rev": "a17d1f30550260f8b45764ddbd0391f4b1ed714a",
2021-09-14 13:12:34 +02:00
"type": "github"
},
"original": {
"owner": "ryantm",
"repo": "agenix",
"type": "github"
}
},
2021-09-10 14:00:56 +02:00
"emacs-overlay": {
"locked": {
2022-02-21 17:45:01 +01:00
"lastModified": 1645440963,
"narHash": "sha256-DKSt+xkLe75THcYKkGuJU2+bv8wbZJtg5pldlOX9r0A=",
2021-09-10 14:00:56 +02:00
"owner": "nix-community",
"repo": "emacs-overlay",
2022-02-21 17:45:01 +01:00
"rev": "d1471c0e9049772e84bfe11707ab8b9c133b49e8",
2021-09-10 14:00:56 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "emacs-overlay",
"type": "github"
}
},
2021-11-22 11:09:40 +01:00
"fenix": {
"inputs": {
2022-02-21 17:45:01 +01:00
"nixpkgs": [
"statix",
"nixpkgs"
],
2021-11-22 11:09:40 +01:00
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
2022-02-21 17:45:01 +01:00
"lastModified": 1645251813,
"narHash": "sha256-cQ66tGjnZclBCS3nD26mZ5fUH+3/HnysGffBiWXUSHk=",
2021-11-22 11:09:40 +01:00
"owner": "nix-community",
"repo": "fenix",
2022-02-21 17:45:01 +01:00
"rev": "9892337b588c38ec59466a1c89befce464aae7f8",
2021-11-22 11:09:40 +01:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "fenix",
"type": "github"
}
},
2021-09-08 19:43:08 +02:00
"flake-utils": {
"locked": {
2022-02-21 17:45:01 +01:00
"lastModified": 1638122382,
"narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=",
2021-09-08 19:43:08 +02:00
"owner": "numtide",
"repo": "flake-utils",
2022-02-21 17:45:01 +01:00
"rev": "74f7e4319258e287b0f9cb95426c9853b282730b",
2021-09-08 19:43:08 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2021-10-31 19:45:06 +01:00
"forgit-git": {
"flake": false,
"locked": {
2022-02-21 17:45:01 +01:00
"lastModified": 1644892053,
"narHash": "sha256-Tooqv/3jKwU7v49nqoI/TkGLm7CjvL2TjhShlWUV5PE=",
2021-10-31 19:45:06 +01:00
"owner": "wfxr",
"repo": "forgit",
2022-02-21 17:45:01 +01:00
"rev": "e0d3552d4597f42c5c965daa5abd79845990f63a",
2021-10-31 19:45:06 +01:00
"type": "github"
},
"original": {
"owner": "wfxr",
"repo": "forgit",
"type": "github"
}
},
2021-11-22 11:09:40 +01:00
"gitignore": {
"inputs": {
2022-02-21 17:45:01 +01:00
"nixpkgs": [
"statix",
"nixpkgs"
]
2021-11-22 11:09:40 +01:00
},
"locked": {
"lastModified": 1635165013,
"narHash": "sha256-o/BdVjNwcB6jOmzZjOH703BesSkkS5O7ej3xhyO8hAY=",
"owner": "hercules-ci",
"repo": "gitignore.nix",
"rev": "5b9e0ff9d3b551234b4f3eb3983744fa354b17f1",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "gitignore.nix",
"type": "github"
}
},
2021-09-08 19:43:08 +02:00
"home-manager": {
"inputs": {
2021-10-19 11:55:23 +02:00
"nixpkgs": "nixpkgs_2"
2021-09-08 19:43:08 +02:00
},
"locked": {
2022-02-21 17:45:01 +01:00
"lastModified": 1645244400,
"narHash": "sha256-o7KCd6ySFZ9/LbS62aTeuFmBWtP7Tt3Q3RcNjYgTgZU=",
2021-09-08 19:43:08 +02:00
"owner": "nix-community",
"repo": "home-manager",
2022-02-21 17:45:01 +01:00
"rev": "0232fe1b75e6d7864fd82b5c72f6646f87838fc3",
2021-09-08 19:43:08 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
2021-09-14 13:12:34 +02:00
"locked": {
"lastModified": 1618628710,
"narHash": "sha256-9xIoU+BrCpjs5nfWcd/GlU7XCVdnNKJPffoNTxgGfhs=",
"path": "/nix/store/z1rf17q0fxj935cmplzys4gg6nxj1as0-source",
"rev": "7919518f0235106d050c77837df5e338fb94de5d",
"type": "path"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"nixpkgs_2": {
2021-09-08 19:43:08 +02:00
"locked": {
2022-02-21 17:45:01 +01:00
"lastModified": 1645013224,
"narHash": "sha256-b7OEC8vwzJv3rsz9pwnTX2LQDkeOWz2DbKypkVvNHXc=",
2021-10-19 11:55:23 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-02-21 17:45:01 +01:00
"rev": "b66b39216b1fef2d8c33cc7a5c72d8da80b79970",
2021-10-19 11:55:23 +02:00
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"nixpkgs_3": {
"locked": {
2022-02-21 17:45:01 +01:00
"lastModified": 1645334861,
"narHash": "sha256-We9ECiMglthzbZ5S6Myqqf+RHzBFZPoM2qL5/jDkUjs=",
2021-09-08 19:43:08 +02:00
"owner": "nixos",
"repo": "nixpkgs",
2022-02-21 17:45:01 +01:00
"rev": "d5f237872975e6fb6f76eef1368b5634ffcd266f",
2021-09-08 19:43:08 +02:00
"type": "github"
},
"original": {
"owner": "nixos",
2021-10-19 11:55:23 +02:00
"ref": "nixos-unstable",
2021-09-08 19:43:08 +02:00
"repo": "nixpkgs",
"type": "github"
}
},
2021-11-22 11:09:40 +01:00
"nixpkgs_4": {
2022-01-09 14:16:51 +01:00
"locked": {
2022-02-21 17:45:01 +01:00
"lastModified": 1645013224,
"narHash": "sha256-b7OEC8vwzJv3rsz9pwnTX2LQDkeOWz2DbKypkVvNHXc=",
2022-01-09 14:16:51 +01:00
"owner": "nixos",
"repo": "nixpkgs",
2022-02-21 17:45:01 +01:00
"rev": "b66b39216b1fef2d8c33cc7a5c72d8da80b79970",
2021-11-22 11:09:40 +01:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2021-09-11 13:25:38 +02:00
"nur": {
"locked": {
2022-02-21 17:45:01 +01:00
"lastModified": 1645416458,
"narHash": "sha256-XtVCfvqHBntXbfdeURdjvvDsrCf0KysGtzpdrCdzpVY=",
2021-09-11 13:25:38 +02:00
"owner": "nix-community",
"repo": "NUR",
2022-02-21 17:45:01 +01:00
"rev": "f9465d5c53b3082f162eeefb6d70b64cd9051787",
2021-09-11 13:25:38 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "NUR",
"type": "github"
}
},
2021-09-08 19:43:08 +02:00
"root": {
"inputs": {
2021-09-14 13:12:34 +02:00
"agenix": "agenix",
2021-09-10 14:00:56 +02:00
"emacs-overlay": "emacs-overlay",
2021-10-31 19:45:06 +01:00
"forgit-git": "forgit-git",
2021-09-08 19:43:08 +02:00
"home-manager": "home-manager",
2021-10-19 11:55:23 +02:00
"nixpkgs": "nixpkgs_3",
2021-09-11 13:25:38 +02:00
"nur": "nur",
2021-10-19 11:55:23 +02:00
"stable": "stable",
2021-11-22 11:09:40 +01:00
"statix": "statix",
"utils": "utils"
2021-09-08 19:43:08 +02:00
}
},
2021-11-22 11:09:40 +01:00
"rust-analyzer-src": {
"flake": false,
"locked": {
2022-02-21 17:45:01 +01:00
"lastModified": 1645205556,
"narHash": "sha256-e4lZW3qRyOEJ+vLKFQP7m2Dxh5P44NrnekZYLxlucww=",
2021-11-22 11:09:40 +01:00
"owner": "rust-analyzer",
"repo": "rust-analyzer",
2022-02-21 17:45:01 +01:00
"rev": "acf5874b39f3dc5262317a6074d9fc7285081161",
2021-11-22 11:09:40 +01:00
"type": "github"
},
"original": {
"owner": "rust-analyzer",
"ref": "nightly",
"repo": "rust-analyzer",
"type": "github"
}
},
2021-10-19 11:55:23 +02:00
"stable": {
2021-09-08 19:43:08 +02:00
"locked": {
2022-02-21 17:45:01 +01:00
"lastModified": 1645010845,
"narHash": "sha256-hO9X4PvxkSLMQnGGB7tOrKPwufhLMiNQMNXNwzLqneo=",
2021-09-08 19:43:08 +02:00
"owner": "nixos",
"repo": "nixpkgs",
2022-02-21 17:45:01 +01:00
"rev": "2128d0aa28edef51fd8fef38b132ffc0155595df",
2021-09-08 19:43:08 +02:00
"type": "github"
},
"original": {
"owner": "nixos",
2021-12-12 12:19:03 +01:00
"ref": "nixos-21.11",
2021-09-08 19:43:08 +02:00
"repo": "nixpkgs",
"type": "github"
}
},
2021-11-22 11:09:40 +01:00
"statix": {
"inputs": {
"fenix": "fenix",
"gitignore": "gitignore",
2022-02-21 17:45:01 +01:00
"nixpkgs": "nixpkgs_4"
2021-11-22 11:09:40 +01:00
},
"locked": {
2022-02-21 17:45:01 +01:00
"lastModified": 1645337357,
"narHash": "sha256-tAhWlvSh2ANWckdxYbNiYNk67dc3VliintqA2pwmsck=",
2021-11-22 11:09:40 +01:00
"owner": "nerdypepper",
"repo": "statix",
2022-02-21 17:45:01 +01:00
"rev": "448e6f2096b855bee1464c514dfb73477fb39774",
2021-11-22 11:09:40 +01:00
"type": "github"
},
"original": {
"owner": "nerdypepper",
"repo": "statix",
"type": "github"
}
},
2021-09-08 19:43:08 +02:00
"utils": {
"inputs": {
"flake-utils": "flake-utils"
},
"locked": {
2022-02-07 15:31:09 +01:00
"lastModified": 1639385028,
"narHash": "sha256-oqorKz3mwf7UuDJwlbCEYCB2LfcWLL0DkeCWhRIL820=",
2021-09-08 19:43:08 +02:00
"owner": "gytis-ivaskevicius",
"repo": "flake-utils-plus",
2022-02-07 15:31:09 +01:00
"rev": "be1be083af014720c14f3b574f57b6173b4915d0",
2021-09-08 19:43:08 +02:00
"type": "github"
},
"original": {
"owner": "gytis-ivaskevicius",
"repo": "flake-utils-plus",
"type": "github"
}
}
},
"root": "root",
"version": 7
}