Update dependencies

This commit is contained in:
bluepython508
2024-11-01 16:31:00 +00:00
parent bdacd9905e
commit 3c779e8fe2
2 changed files with 11 additions and 7 deletions

17
flake.lock generated
View File

@@ -2,15 +2,18 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1721924956, "lastModified": 1730272153,
"narHash": "sha256-Sb1jlyRO+N8jBXEX9Pg9Z1Qb8Bw9QyOgLDNMEpmjZ2M=", "narHash": "sha256-B5WRZYsRlJgwVHIV6DvidFN7VX7Fg9uuwkRW9Ha8z+w=",
"path": "/nix/store/xblysc3prg1zqsi59fr36nj6wdiqryzp-source", "owner": "NixOS",
"rev": "5ad6a14c6bf098e98800b091668718c336effc95", "repo": "nixpkgs",
"type": "path" "rev": "2d2a9ddbe3f2c00747398f3dc9b05f7f2ebb0f53",
"type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "owner": "NixOS",
"type": "indirect" "ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
} }
}, },
"root": { "root": {

View File

@@ -1,5 +1,6 @@
{ {
description = "frajtano: an ssh agent multiplexer"; description = "frajtano: an ssh agent multiplexer";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
outputs = { outputs = {
self, self,