Use fix for keychain on macOS
This commit is contained in:
Generated
+6
-6
@@ -365,16 +365,16 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1766682973,
|
||||
"narHash": "sha256-GKO35onS711ThCxwWcfuvbIBKXwriahGqs+WZuJ3v9E=",
|
||||
"owner": "nix-community",
|
||||
"lastModified": 1768421753,
|
||||
"narHash": "sha256-bIV31sE1y3CM/5qjpLX0VulRKwBvEIZM75e/X6wnEaY=",
|
||||
"owner": "greg-hellings",
|
||||
"repo": "home-manager",
|
||||
"rev": "91cdb0e2d574c64fae80d221f4bf09d5592e9ec2",
|
||||
"rev": "00cfc17cb168ac1fe21fb1ba2faccd44cac720d0",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nix-community",
|
||||
"ref": "master",
|
||||
"owner": "greg-hellings",
|
||||
"ref": "fix/8570-nushell-parsing-fix",
|
||||
"repo": "home-manager",
|
||||
"type": "github"
|
||||
}
|
||||
|
||||
@@ -23,7 +23,8 @@
|
||||
};
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
hmunstable = {
|
||||
url = "github:nix-community/home-manager/master";
|
||||
#url = "github:nix-community/home-manager/master";
|
||||
url = "github:greg-hellings/home-manager/fix/8570-nushell-parsing-fix";
|
||||
inputs.nixpkgs.follows = "nixunstable";
|
||||
};
|
||||
proxmox.url = "github:greg-hellings/proxmox-nixos/fix/212-AcceptEnv-redefinition";
|
||||
|
||||
@@ -86,5 +86,4 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
services.ssh-agent.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user