diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-02-19 17:11:02 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-02-19 17:11:02 +0100 |
| commit | 8d4c75a23043974c242c2ff87f5dbda03c46395a (patch) | |
| tree | d2fb15fe9102fa0851f7ed3deb1b5ad9e59397df /flake.lock | |
| parent | 2e78e3aa4f3dd4706fa15bee8e0bbde58c9e5ce7 (diff) | |
my-nixpkgs: openssh: handle NixOS 22.11 and 23.05 APIs
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -44,14 +44,17 @@ "nur": "nur" }, "locked": { - "lastModified": 1676820683, + "lastModified": 1676822972, "narHash": "sha256-Duxvn4bUTG0n03KO3cxvqThtEk1e6FfLdGXJLKrOV8c=", - "type": "git", - "url": "file:///home/qaristote/code/nix/my-nixpkgs" + "owner": "qaristote", + "repo": "my-nixpkgs", + "rev": "7b29378f133ed49c341d996698bb1207edc950a4", + "type": "github" }, "original": { - "type": "git", - "url": "file:///home/qaristote/code/nix/my-nixpkgs" + "owner": "qaristote", + "repo": "my-nixpkgs", + "type": "github" } }, "nixpkgs": { |
