change flake input (#59)

This commit is contained in:
Dennis 2024-02-02 07:13:24 +01:00 committed by GitHub
parent bca76e5325
commit 6afd73c990
2 changed files with 14 additions and 14 deletions

26
flake.lock generated
View File

@ -109,19 +109,19 @@
"type": "github" "type": "github"
} }
}, },
"lowdown-src": { "libgit2": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1633514407, "lastModified": 1706265337,
"narHash": "sha256-Dw32tiMjdK9t3ETl5fzGrutQTzh2rufgZV4A/BbxuD4=", "narHash": "sha256-vl4i0bk1UA6M4QzkoX1eQaocnaeEpkktu1GAZPqEXJg=",
"owner": "kristapsdz", "owner": "libgit2",
"repo": "lowdown", "repo": "libgit2",
"rev": "d2c2b44ff6c27b936ec27358a2653caaef8f73b8", "rev": "9b2577f8e0ea5e412040566176636b26843ce67d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "kristapsdz", "owner": "libgit2",
"repo": "lowdown", "repo": "libgit2",
"type": "github" "type": "github"
} }
}, },
@ -159,23 +159,23 @@
"nix": { "nix": {
"inputs": { "inputs": {
"flake-compat": "flake-compat_2", "flake-compat": "flake-compat_2",
"lowdown-src": "lowdown-src", "libgit2": "libgit2",
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
], ],
"nixpkgs-regression": "nixpkgs-regression" "nixpkgs-regression": "nixpkgs-regression"
}, },
"locked": { "locked": {
"lastModified": 1687956155, "lastModified": 1706631035,
"narHash": "sha256-nL3tSXLhXk5jyzX4aWpJvz3JdTyImK+0paRhQqx4f4A=", "narHash": "sha256-tLO1Y08d+1K1Tm8UpLdnx7bi3vR5dhfuZho5S/RPQ0s=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nix", "repo": "nix",
"rev": "b8cb447a457a4a5e8b26143ba3c8cc5cc6caf0b7", "rev": "a4a4ef9b53fa13a4a9db52cb536b96a8e54a4ac3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-unstable", "ref": "latest-release",
"repo": "nix", "repo": "nix",
"type": "github" "type": "github"
} }

View File

@ -11,7 +11,7 @@
systems.url = "github:nix-systems/default"; systems.url = "github:nix-systems/default";
nix = { nix = {
url = "github:NixOS/nix/nixos-unstable"; url = "github:NixOS/nix/latest-release";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };