diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-11-21 02:52:20 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-11-21 02:52:20 -0700 |
| commit | c512efd302f0ce32ef3386cdad94eb06bf380431 (patch) | |
| tree | 49301dd6ea00139f22f5ff3c53eb4f038ebba387 /flake.lock | |
| parent | bcef178db98c94b17d1e7b7d28db7a6dae695960 (diff) | |
added source, lock update
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -201,6 +201,42 @@ "type": "github" } }, + "nixlib": { + "locked": { + "lastModified": 1693701915, + "narHash": "sha256-waHPLdDYUOHSEtMKKabcKIMhlUOHPOOPQ9UyFeEoovs=", + "owner": "nix-community", + "repo": "nixpkgs.lib", + "rev": "f5af57d3ef9947a70ac86e42695231ac1ad00c25", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nixpkgs.lib", + "type": "github" + } + }, + "nixos-generators": { + "inputs": { + "nixlib": "nixlib", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1696058303, + "narHash": "sha256-eNqKWpF5zG0SrgbbtljFOrRgFgRzCc4++TMFADBMLnc=", + "owner": "nix-community", + "repo": "nixos-generators", + "rev": "150f38bd1e09e20987feacb1b0d5991357532fb5", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nixos-generators", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1700097215, @@ -275,6 +311,7 @@ "home-manager": "home-manager", "hyprland": "hyprland", "nix-colors": "nix-colors", + "nixos-generators": "nixos-generators", "nixpkgs": "nixpkgs", "nixpkgs-unstable": "nixpkgs-unstable", "nushell-scripts": "nushell-scripts", |
