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

View File

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