exploitoverload / PwNixOS

PwNixOS - A Productivity Focused and Hacking-Oriented NixOS Flake
MIT License
78 stars 6 forks source link

nix flake update #1

Closed OliverEvans96 closed 11 months ago

OliverEvans96 commented 11 months ago

Originally, I was getting the following error because responder was just recently added to nixos-unstable.

$ nixos-rebuild build-vm --flake github:exploitoverload/PwNixOS#pwnix --no-write-lock-file
building the system configuration...
warning: input 'nur' has an override for a non-existent input 'nixpkgs'
warning: not writing modified lock file of flake 'github:exploitoverload/PwNixOS':
• Added input 'nur':
    'github:nix-community/NUR/a5ec361c610f7ec0235af6cc5090ae99a7cb84ee' (2023-07-14)
error: undefined variable 'responder'

       at /nix/store/11iz5niv81khn86lsz6vwx15j85p3v1l-source/modules/packages/default.nix:109:11:

          108|           proxychains-ng
          109|           responder
             |           ^
          110|         ];
(use '--show-trace' to show detailed location information)

After updating the flake inputs, the error disappears!

exploitoverload commented 11 months ago

LGTM!