Skip to content

Commit

Permalink
flake/nixosModule: fix removed module
Browse files Browse the repository at this point in the history
Signed-off-by: Sefa Eyeoglu <[email protected]>
  • Loading branch information
Scrumplex committed Sep 6, 2024
1 parent a40160d commit 34e8e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"nixpkgs"
"xr"
"enableUnstripped"
])
] "The nixpkgs-xr unstripped overlay has been removed. Please create your own overlay.")
];

options.nixpkgs.xr.enable = mkEnableOption "nixpkgs-xr overlay" // mkOption { default = true; };
Expand Down

0 comments on commit 34e8e0c

Please sign in to comment.