diff options
author | Linnnus <[email protected]> | 2023-10-27 20:13:46 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-10-27 20:13:46 +0200 |
commit | 4a1d540524e90849d719d642926a3ace482f8be0 (patch) | |
tree | 0610a531ae4a2146341f7760085843edfe68142c /flake.lock | |
parent | 3dc6994f304e62d727e43163622132560d00b551 (diff) |
Add unstable nixpkgs
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -140,6 +140,21 @@ "type": "github" } }, + "nixpkgs-unstable": { + "locked": { + "lastModified": 1698134075, + "narHash": "sha256-foCD+nuKzfh49bIoiCBur4+Fx1nozo+4C/6k8BYk4sg=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "8efd5d1e283604f75a808a20e6cde0ef313d07d4", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-unstable", + "type": "indirect" + } + }, "push-notification-api": { "inputs": { "flake-utils": "flake-utils", @@ -167,6 +182,7 @@ "home-manager": "home-manager_2", "nix-darwin": "nix-darwin", "nixpkgs": "nixpkgs", + "nixpkgs-unstable": "nixpkgs-unstable", "push-notification-api": "push-notification-api" } }, |