nix/flake.lock

370 lines
9.5 KiB
Text
Raw Normal View History

2024-07-14 16:42:00 +02:00
{
"nodes": {
2024-07-21 21:12:05 +02:00
"devshell": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [
2024-07-27 11:08:16 +02:00
"nixvim-flake",
2024-07-21 21:12:05 +02:00
"nixvim",
"nixpkgs"
]
},
"locked": {
"lastModified": 1717408969,
"narHash": "sha256-Q0OEFqe35fZbbRPPRdrjTUUChKVhhWXz3T9ZSKmaoVY=",
"owner": "numtide",
"repo": "devshell",
"rev": "1ebbe68d57457c8cae98145410b164b5477761f4",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "devshell",
"type": "github"
}
},
"flake-compat": {
"locked": {
"lastModified": 1696426674,
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
"revCount": 57,
"type": "tarball",
"url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.0.1/018afb31-abd1-7bff-a5e4-cff7e18efb7a/source.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz"
}
},
2024-07-27 11:08:16 +02:00
"flake-parts": {
"inputs": {
"nixpkgs-lib": "nixpkgs-lib"
},
2024-07-21 21:15:47 +02:00
"locked": {
2024-07-27 11:08:16 +02:00
"lastModified": 1719994518,
"narHash": "sha256-pQMhCCHyQGRzdfAkdJ4cIWiw+JNuWsTX7f0ZYSyz0VY=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "9227223f6d922fee3c7b190b2cc238a99527bbb7",
2024-07-21 21:15:47 +02:00
"type": "github"
},
"original": {
2024-07-27 11:08:16 +02:00
"owner": "hercules-ci",
"repo": "flake-parts",
2024-07-21 21:15:47 +02:00
"type": "github"
}
},
2024-07-27 11:08:16 +02:00
"flake-parts_2": {
2024-07-21 21:12:05 +02:00
"inputs": {
"nixpkgs-lib": [
2024-07-27 11:08:16 +02:00
"nixvim-flake",
2024-07-21 21:12:05 +02:00
"nixvim",
"nixpkgs"
]
},
"locked": {
"lastModified": 1719994518,
"narHash": "sha256-pQMhCCHyQGRzdfAkdJ4cIWiw+JNuWsTX7f0ZYSyz0VY=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "9227223f6d922fee3c7b190b2cc238a99527bbb7",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1701680307,
"narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "4022d587cbbfd70fe950c1e2083a02621806a725",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"git-hooks": {
"inputs": {
2024-07-27 11:08:16 +02:00
"flake-compat": [
"nixvim-flake",
"nixvim",
"flake-compat"
],
2024-07-21 21:12:05 +02:00
"gitignore": "gitignore",
"nixpkgs": [
2024-07-27 11:08:16 +02:00
"nixvim-flake",
2024-07-21 21:12:05 +02:00
"nixvim",
"nixpkgs"
],
"nixpkgs-stable": [
2024-07-27 11:08:16 +02:00
"nixvim-flake",
2024-07-21 21:12:05 +02:00
"nixvim",
"nixpkgs"
]
},
"locked": {
"lastModified": 1720524665,
"narHash": "sha256-ni/87oHPZm6Gv0ECYxr1f6uxB0UKBWJ6HvS7lwLU6oY=",
"owner": "cachix",
"repo": "git-hooks.nix",
"rev": "8d6a17d0cdf411c55f12602624df6368ad86fac1",
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "git-hooks.nix",
"type": "github"
}
},
"gitignore": {
"inputs": {
"nixpkgs": [
2024-07-27 11:08:16 +02:00
"nixvim-flake",
2024-07-21 21:12:05 +02:00
"nixvim",
"git-hooks",
"nixpkgs"
]
},
"locked": {
"lastModified": 1709087332,
"narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
"owner": "hercules-ci",
"repo": "gitignore.nix",
"rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "gitignore.nix",
"type": "github"
}
},
2024-07-14 16:42:00 +02:00
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2024-07-21 11:47:38 +02:00
"lastModified": 1720042825,
"narHash": "sha256-A0vrUB6x82/jvf17qPCpxaM+ulJnD8YZwH9Ci0BsAzE=",
2024-07-14 16:42:00 +02:00
"owner": "nix-community",
"repo": "home-manager",
2024-07-21 11:47:38 +02:00
"rev": "e1391fb22e18a36f57e6999c7a9f966dc80ac073",
2024-07-14 16:42:00 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
2024-07-21 11:47:38 +02:00
"ref": "release-24.05",
2024-07-14 16:42:00 +02:00
"repo": "home-manager",
"type": "github"
}
},
2024-07-21 21:12:05 +02:00
"home-manager_2": {
"inputs": {
"nixpkgs": [
2024-07-27 11:08:16 +02:00
"nixvim-flake",
2024-07-21 21:12:05 +02:00
"nixvim",
"nixpkgs"
]
},
"locked": {
2024-07-27 11:08:16 +02:00
"lastModified": 1720734513,
"narHash": "sha256-neWQ8eNtLTd+YMesb7WjKl1SVCbDyCm46LUgP/g/hdo=",
2024-07-21 21:12:05 +02:00
"owner": "nix-community",
"repo": "home-manager",
2024-07-27 11:08:16 +02:00
"rev": "90ae324e2c56af10f20549ab72014804a3064c7f",
2024-07-21 21:12:05 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"nix-darwin": {
"inputs": {
"nixpkgs": [
2024-07-27 11:08:16 +02:00
"nixvim-flake",
2024-07-21 21:12:05 +02:00
"nixvim",
"nixpkgs"
]
},
"locked": {
"lastModified": 1720845312,
"narHash": "sha256-yPhAsJTpyoIPQZJGC8Fw8W2lAXyhLoTn+HP20bmfkfk=",
"owner": "lnl7",
"repo": "nix-darwin",
"rev": "5ce8503cf402cf76b203eba4b7e402bea8e44abc",
"type": "github"
},
"original": {
"owner": "lnl7",
"repo": "nix-darwin",
"type": "github"
}
},
2024-07-14 16:42:00 +02:00
"nixpkgs": {
"locked": {
2024-07-21 11:47:38 +02:00
"lastModified": 1721409541,
"narHash": "sha256-b6PLr0Ty7JPDBtJtjnYzlBf02bbH9alWMAgispMkTwk=",
2024-07-14 16:42:00 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2024-07-21 11:47:38 +02:00
"rev": "0c53b6b8c2a3e46c68e04417e247bba660689c9d",
2024-07-14 16:42:00 +02:00
"type": "github"
},
"original": {
"id": "nixpkgs",
2024-07-21 11:47:38 +02:00
"ref": "nixos-24.05",
2024-07-14 16:42:00 +02:00
"type": "indirect"
}
},
2024-07-27 11:08:16 +02:00
"nixpkgs-lib": {
"locked": {
"lastModified": 1719876945,
"narHash": "sha256-Fm2rDDs86sHy0/1jxTOKB1118Q0O3Uc7EC0iXvXKpbI=",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/5daf0514482af3f97abaefc78a6606365c9108e2.tar.gz"
},
"original": {
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/5daf0514482af3f97abaefc78a6606365c9108e2.tar.gz"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1721924956,
"narHash": "sha256-Sb1jlyRO+N8jBXEX9Pg9Z1Qb8Bw9QyOgLDNMEpmjZ2M=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5ad6a14c6bf098e98800b091668718c336effc95",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-unstable",
"type": "indirect"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1720768451,
"narHash": "sha256-EYekUHJE2gxeo2pM/zM9Wlqw1Uw2XTJXOSAO79ksc4Y=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "7e7c39ea35c5cdd002cd4588b03a3fb9ece6fad9",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2024-07-21 21:12:05 +02:00
"nixvim": {
"inputs": {
"devshell": "devshell",
"flake-compat": "flake-compat",
2024-07-27 11:08:16 +02:00
"flake-parts": "flake-parts_2",
2024-07-21 21:12:05 +02:00
"git-hooks": "git-hooks",
"home-manager": "home-manager_2",
"nix-darwin": "nix-darwin",
2024-07-27 11:08:16 +02:00
"nixpkgs": "nixpkgs_2",
2024-07-21 21:12:05 +02:00
"treefmt-nix": "treefmt-nix"
},
"locked": {
2024-07-27 11:08:16 +02:00
"lastModified": 1721683528,
"narHash": "sha256-MbVWB/LsMxQ0VOi/ghyAM0LrhlDp3rdynIB+zYifp78=",
2024-07-21 21:12:05 +02:00
"owner": "nix-community",
"repo": "nixvim",
2024-07-27 11:08:16 +02:00
"rev": "901e8760d02b64e83c852d019a8599fea1c376ad",
2024-07-21 21:12:05 +02:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixvim",
"type": "github"
}
},
2024-07-27 11:08:16 +02:00
"nixvim-flake": {
"inputs": {
"flake-parts": "flake-parts",
"nixpkgs": [
"nixpkgs-unstable"
],
"nixvim": "nixvim"
},
"locked": {
"lastModified": 1,
"narHash": "sha256-IZ8aQPDWnkwtt5rVz9Ya+ezVQbcum1d1rdIs1WX5zh0=",
"path": "./nixvim",
"type": "path"
},
"original": {
"path": "./nixvim",
"type": "path"
}
},
2024-07-14 16:42:00 +02:00
"root": {
"inputs": {
"home-manager": "home-manager",
2024-07-21 21:12:05 +02:00
"nixpkgs": "nixpkgs",
2024-07-27 11:08:16 +02:00
"nixpkgs-unstable": "nixpkgs-unstable",
"nixvim-flake": "nixvim-flake"
2024-07-21 21:12:05 +02:00
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"treefmt-nix": {
"inputs": {
"nixpkgs": [
2024-07-27 11:08:16 +02:00
"nixvim-flake",
2024-07-21 21:12:05 +02:00
"nixvim",
"nixpkgs"
]
},
"locked": {
"lastModified": 1720818892,
"narHash": "sha256-f52x9srIcqQm1Df3T+xYR5P6VfdnDFa2vkkcLhlTp6U=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "5b002f8a53ed04c1a4177e7b00809d57bd2c696f",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "treefmt-nix",
"type": "github"
2024-07-14 16:42:00 +02:00
}
}
},
"root": "root",
"version": 7
}