diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2022-10-30 14:38:35 +0100 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2022-10-30 14:38:35 +0100 |
| commit | 879650c4a49330425e0aad1bb79969dc0e11399b (patch) | |
| tree | fb121740d4f322c72958b29c124edc49131d2937 /flake.lock | |
| parent | 18a37da86840c9e111172f5f24ceebe227ca56ed (diff) | |
update
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -37,10 +37,27 @@ "type": "github" } }, + "nixpkgs-stable": { + "locked": { + "lastModified": 1666961615, + "narHash": "sha256-+Sqz6zQA85Q14U/KwsJO386oxd47zDte8dqBGOtRJGg=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "040c6d8374d090f46ab0e99f1f7c27a4529ecffd", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-22.05", + "repo": "nixpkgs", + "type": "github" + } + }, "root": { "inputs": { "home-manager": "home-manager", - "nixpkgs": "nixpkgs" + "nixpkgs": "nixpkgs", + "nixpkgs-stable": "nixpkgs-stable" } }, "utils": { |
