You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{inputs.nixpkgs.url="github:NixOS/nixpkgs/nixos-24.11";inputs.nixpkgs-unstable.url="github:NixOS/nixpkgs/nixpkgs-unstable";inputs.paretosecurity.url="github:paretosecurity/pareto-linux";outputs={self,nixpkgs,nixpkgs-unstable,paretosecurity,}:
letsystem="x86_64-linux";overlay-unstable=final: prev: {unstable=importnixpkgs-unstable{inheritsystem;config.allowUnfree=true;};};overlayModules=[({config,pkgs, ... }:
{nixpkgs.overlays=[overlay-unstable];})];pareto=[paretosecurity.nixosModules.default{environment.systemPackages=[paretosecurity.packages.${system}.default];}];in{# change `yourhostname` to your actual hostnamenixosConfigurations.nixos=nixpkgs.lib.nixosSystem{# change to your system:system="x86_64-linux";modules=overlayModules++pareto++[./configuration.nix];};};}
I get this error:
error: undefined variable 'mkOption'
at /nix/store/fklqw8fr9fdkdj4shfxaiji78i3w99c9-source/modules/paretosecurity.nix:7:46:
6| }: {
7| options.paretosecurity.paretosecurityBin = mkOption {
| ^
8| type = types.str;
The text was updated successfully, but these errors were encountered:
With the following
flake.nix
I get this error:
The text was updated successfully, but these errors were encountered: